Skip to content

Commit

Permalink
add tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
haewiful committed Jan 27, 2025
1 parent 2f5df22 commit cf468ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
name: executable-${{ runner.os }}
path: ./

- name: Create GitHub Release Tag
run: |
VERSION_TAG=v1.${{ github.run_number }}
git tag $VERSION_TAG
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit cf468ef

Please sign in to comment.