Skip to content

Commit 18dc1f5

Browse files
author
kennethdashensheridan
committed
Fix release workflow tag reference
1 parent 387f5cf commit 18dc1f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nix-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30-
tag_name: ${{ github.ref }}
30+
tag_name: ${{ github.ref_name }}
3131
release_name: Release ${{ github.ref_name }}
3232
draft: false
3333
prerelease: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
36-
tag_name: ${{ github.ref }}
36+
tag_name: ${{ github.ref_name }}
3737
release_name: Release ${{ github.ref_name }}
3838
draft: false
3939
prerelease: false

0 commit comments

Comments
 (0)