Skip to content

Commit

Permalink
chore: fix bad merge - yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Nov 11, 2024
1 parent 8f34f52 commit f1c2fd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
run: npm pkg delete scripts && npm pkg delete devDependencies && npm pkg delete dependencies

- name: Publish package
id: semantic_release
id: semantic_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Set output if new release published to npm
if: success() && steps.semantic_release.outputs.new_release_published == 'true'
run: echo "::set-output name=new_release_published::true"
- name: Set output if new release published to npm
if: success() && steps.semantic_release.outputs.new_release_published == 'true'
run: echo "::set-output name=new_release_published::true"

0 comments on commit f1c2fd5

Please sign in to comment.