Skip to content

Commit 99cdb92

Browse files
committed
CI release: tag is ${{ github.ref_name }}
1 parent d28295b commit 99cdb92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: 🏭 Create Release
1919
run: |
20-
gh release create ${{ github.ref }} --generate-notes
20+
gh release create ${{ github.ref_name }} --generate-notes
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

.github/workflows/test-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114
run: |
115-
gh release upload ${{ github.ref }} als-ubuntu.zip --clobber
115+
gh release upload ${{ github.ref_name }} als-ubuntu.zip --clobber

.github/workflows/test-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ jobs:
203203
env:
204204
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
205205
run: |
206-
gh release upload ${{ github.ref }} als-macos.zip --clobber
206+
gh release upload ${{ github.ref_name }} als-macos.zip --clobber

.github/workflows/test-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ jobs:
151151
env:
152152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
153153
run: |
154-
gh release upload ${{ github.ref }} als-windows.zip --clobber
154+
gh release upload ${{ github.ref_name }} als-windows.zip --clobber

0 commit comments

Comments
 (0)