Skip to content

Commit

Permalink
chore(.github/workflows/release): checks if any release has been crea…
Browse files Browse the repository at this point in the history
…ted. (#39)
  • Loading branch information
matthewhartstonge authored Oct 9, 2024
2 parents d79d64d + 1a699e9 commit f066bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
publish:
name: "Publish"
needs: [release]
if: ${{needs.release.outputs.releases_created}}
if: ${{needs.release.outputs.releases_created == 'true'}}
uses: linc-technologies/.github/.github/workflows/ember_publish.yml@main
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f066bd6

Please sign in to comment.