Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 10, 2024
1 parent c84db48 commit fb348d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,5 @@ jobs:
allowUpdates: true
prerelease: true
artifacts: "afio-${{ env.new_version }}.zip"
tag: ${{ github.ref_name }}
tag: ${{ env.new_version }}-rc
removeArtifacts: true

- name: Tag the new version
run: |
git tag ${{ env.new_version }}
git push origin ${{ env.new_version }}

0 comments on commit fb348d4

Please sign in to comment.