Skip to content

Commit

Permalink
ci: use event not events (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Nov 16, 2022
1 parent 92a61db commit 5ffc6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- id: release
name: Release
run: |
npx standard-version --release-as="${{ github.events.inputs.releaseLevel }}"
npx standard-version --release-as="${{ github.event.inputs.releaseLevel }}"
Version=$(jq -r .version package.json)
echo "::set-output name=Version::$Version"
- name: Create pull request
Expand Down

0 comments on commit 5ffc6a6

Please sign in to comment.