Skip to content

Commit

Permalink
CI release: tag is ${{ github.ref_name }}
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 21, 2023
1 parent d28295b commit 99cdb92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: 🏭 Create Release
run: |
gh release create ${{ github.ref }} --generate-notes
gh release create ${{ github.ref_name }} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref }} als-ubuntu.zip --clobber
gh release upload ${{ github.ref_name }} als-ubuntu.zip --clobber
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref }} als-macos.zip --clobber
gh release upload ${{ github.ref_name }} als-macos.zip --clobber
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref }} als-windows.zip --clobber
gh release upload ${{ github.ref_name }} als-windows.zip --clobber

0 comments on commit 99cdb92

Please sign in to comment.