Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Jun 18, 2024
1 parent d67d58e commit 30468b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tag-separator: '@'

release-node:
uses: ../actions/release-node.yml
uses: ../actions/release-node.yml@main
if: ${{ needs.release-please.outputs.releaseCreated }}
needs:
- release-please
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
release-node-alpha:
uses: ../actions/release-node-alpha.yml
uses: ../actions/release-node-alpha.yml@main
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 30468b7

Please sign in to comment.