We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e9c88 commit 294ac8cCopy full SHA for 294ac8c
.github/actions/semantic/action.yml
@@ -20,7 +20,7 @@ runs:
20
shell: bash
21
run: |
22
echo "last_release_version=`cat package.json | jq -r .version`" >> $GITHUB_OUTPUT
23
- echo npx semantic-release | tee release.output;
+ npx semantic-release | tee release.output;
24
25
- name: post-release
26
if: always()
0 commit comments