Skip to content

Commit b2fb38c

Browse files
Release workflow
1 parent 43f4109 commit b2fb38c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
ref: ${{ github.ref }}
1718

1819
- name: Setup Bun
1920
uses: oven-sh/setup-bun@v2
@@ -35,10 +36,13 @@ jobs:
3536
TAG_NAME=${GITHUB_REF#refs/tags/}
3637
echo "version=${TAG_NAME#v}" >> $GITHUB_OUTPUT
3738
echo "tag=${TAG_NAME}" >> $GITHUB_OUTPUT
39+
echo "TAG_NAME is: $TAG_NAME"
40+
echo "GITHUB_REF is: $GITHUB_REF"
3841
3942
- name: Create Release
4043
uses: softprops/action-gh-release@v2
4144
with:
45+
tag_name: ${{ steps.tag_version.outputs.tag }}
4246
files: navsweeper.zip
4347
name: Release ${{ steps.tag_version.outputs.tag }}
4448
body: |

0 commit comments

Comments
 (0)