Skip to content

Commit

Permalink
Fix publish WF name
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 7, 2023
1 parent f021ad0 commit 86e2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@master
publish:
uses: aeternity/github-actions/.github/workflows/_publish.yml@master
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@master
needs: [ validate ]
secrets: inherit

0 comments on commit 86e2ea4

Please sign in to comment.