Skip to content

Commit

Permalink
fix:Enable 'release' to release and 'tag' to tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jun 21, 2024
1 parent a98ba1e commit 3b93a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Create Release
if: |
steps.semver.outputs.next != '' &&
inputs.which == 'tag'
inputs.which == 'release'
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
with:
name: ${{ steps.semver.outputs.next }}
Expand Down

0 comments on commit 3b93a21

Please sign in to comment.