mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
Correct release script. Again.
This commit is contained in:
parent
7cc877ba97
commit
891c6d41ab
2 changed files with 3 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -100,10 +100,10 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
- name: List artifacts
|
||||
run: ls -R
|
||||
- name: Get tag message
|
||||
run: git tag -l --format='%(contents)' $(git describe --tags) > release_body.md
|
||||
- name: Print release body
|
||||
run: cat release_body.md
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
draft: true
|
||||
|
|
|
@ -50,6 +50,7 @@ def main():
|
|||
notes_path = generate_notes(tag)
|
||||
|
||||
subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
|
||||
subprocess.check_call(["git", "push"])
|
||||
subprocess.check_call(["git", "push", "--tags"])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue