Skip to content

Commit

Permalink
fix(ci): incorrect yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Oct 12, 2024
1 parent 5d08a02 commit 5e2c589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Set bump amount
id: bump
run: |
BUMP_INPUT=${{ github.event.inputs.bump }}
echo "::set-output bump=value::${BUMP_INPUT:-"patch"}"
BUMP_INPUT=${{ github.event.inputs.bump }}
echo "::set-output bump=value::${BUMP_INPUT:-"patch"}"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: '0'
Expand Down

0 comments on commit 5e2c589

Please sign in to comment.