Skip to content

Commit

Permalink
Update publish-package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cenevan authored Jul 2, 2024
1 parent 0393af4 commit 38d3418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
version_to_publish: ${{ needs.print_version_to_publish.outputs.version_to_be_published }}

send_slack_notif:
needs: [build-test-publish, create_release]
needs: [print_version_to_publish, build-test-publish, create_release]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-slack-notifs.yml@main
with:
short-desc: '${{ github.repository }}: Package has been published to NPM Registry, version: ${{ needs.print_version_to_publish.outputs.version_to_be_published }}'
Expand Down

0 comments on commit 38d3418

Please sign in to comment.