mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
CI again
This commit is contained in:
parent
3b16f9566f
commit
7cc877ba97
2 changed files with 1 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -96,8 +96,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-tags: true
|
|
||||||
- name: Download all workflow run artifacts
|
- name: Download all workflow run artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -50,7 +50,7 @@ def main():
|
||||||
notes_path = generate_notes(tag)
|
notes_path = generate_notes(tag)
|
||||||
|
|
||||||
subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
|
subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
|
||||||
subprocess.check_call(["git", "push", "master", "--tags"])
|
subprocess.check_call(["git", "push", "--tags"])
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue