Skip to content

Commit

Permalink
chore: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 28, 2024
1 parent 81f696b commit d312a24
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 @@ -65,7 +65,7 @@ jobs:
- name: Determine next version
if: ${{ !steps.bumpr.outputs.skip }}
run: |
#
# Get the next version from the previous step
echo "::group::Get the next version from the previous step"
VERSION="${{ steps.bumpr.outputs.next_version }}"
echo "Next version: $VERSION"
Expand Down

0 comments on commit d312a24

Please sign in to comment.