Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 25, 2024
1 parent 704035b commit d5fb30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
let "patch_incr=patch+1"
echo $major $minor $patch
echo $minor_incr $patch_incr
echo ${{ github.ref }}
exit 1
echo "RELEASE_VERSION=${{ inputs.release-major-version }}.${{ inputs.release-minor-version }}.${{ inputs.release-patch-version }}" >> "$GITHUB_OUTPUT"
echo "SNAPSHOT_VERSION=${{ inputs.release-major-version }}.${{ inputs.release-minor-version }}.${{ inputs.release-patch-version }}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit d5fb30c

Please sign in to comment.