Skip to content

Commit

Permalink
Fixed getting current version from release tag instead of manual input
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefeiss committed Jan 24, 2024
1 parent 7ecd8cc commit 3682a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Get release version
id: version
run: echo "VALUE=$(npx --yes semver ${{ github.event.inputs.tag }})" >> "$GITHUB_OUTPUT"
run: echo "VALUE=$(npx --yes semver ${{ github.event.release.tag_name }})" >> "$GITHUB_OUTPUT"

- name: Update project version and zip file
run: |
Expand Down

0 comments on commit 3682a36

Please sign in to comment.