Skip to content

Commit d6b4da8

Browse files
authored
ci: fix release command (#1555)
`npm run release` was something that I didn't include in the end, but I forgot to change it back here
1 parent d59e20d commit d6b4da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: release
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
run: npm run release
33+
run: npx semantic-release
3434
- name: Post release notes to OpenCollective
3535
if: steps.release.outputs.new_release_published == 'true'
3636
env:

0 commit comments

Comments
 (0)