Skip to content

Commit 294ac8c

Browse files
fix: remove the debug echo to run semantic-release again - oops
1 parent e2e9c88 commit 294ac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/semantic/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
shell: bash
2121
run: |
2222
echo "last_release_version=`cat package.json | jq -r .version`" >> $GITHUB_OUTPUT
23-
echo npx semantic-release | tee release.output;
23+
npx semantic-release | tee release.output;
2424
2525
- name: post-release
2626
if: always()

0 commit comments

Comments
 (0)