Skip to content

Commit

Permalink
CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Nov 26, 2024
1 parent 3b16f95 commit 7cc877b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_pre_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():
notes_path = generate_notes(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__":
Expand Down

0 comments on commit 7cc877b

Please sign in to comment.