Skip to content

Commit

Permalink
update semver release workflow to pickup tag from release
Browse files Browse the repository at this point in the history
  • Loading branch information
pricelessrabbit committed Apr 24, 2024
1 parent fce6cad commit 943f43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: ./.github/actions/wails-build-action
id: build
with:
version: ${{github.ref_name}}
version: ${{ github.event.release.tag_name }}
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
wails-build-webview2: embed
Expand Down

0 comments on commit 943f43b

Please sign in to comment.