Skip to content

Commit

Permalink
chore(ci): update release workflow (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 20, 2024
1 parent c32e5f3 commit ee236ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '8'
- name: Set the current release version
id: release_version
run: echo "release_version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
- name: Run pre-release
uses: micronaut-projects/github-actions/pre-release@master
with:
Expand Down

0 comments on commit ee236ee

Please sign in to comment.