Skip to content

Commit

Permalink
PAN-1850 fix semver version get (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Juan M. Tirado <[email protected]>
  • Loading branch information
jpantos and juanmanuel-tirado authored May 17, 2024
1 parent d196164 commit eeb836d
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 @@ -29,7 +29,7 @@ jobs:
echo "::error title=Invalid Release::Release must be tagged with a valid SemVer version"
exit 1
fi
echo "version=$(semver get version ${{ github.event.release.tag_name }})" >> $GITHUB_OUTPUT
echo "version=$(semver get release ${{ github.event.release.tag_name }})" >> $GITHUB_OUTPUT
build:
name: Build Package
Expand Down

0 comments on commit eeb836d

Please sign in to comment.