Skip to content

Commit

Permalink
chore: update publisher version to use the one that conditionally run…
Browse files Browse the repository at this point in the history
…s package build script

and a new version should bust any cache that github actions are using
  • Loading branch information
activescott committed Jul 23, 2022
1 parent 05888dd commit 9dc28d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
publish:
if: ${{ github.event_name != 'pull_request' }}
needs: [test]
uses: activescott/github-actions-workflows/.github/workflows/npm-publisher.yml@npm-publisher-v4
uses: activescott/github-actions-workflows/.github/workflows/npm-publisher.yml@npm-publisher-v4.0.1
with:
package_dir: /
secrets:
Expand Down

0 comments on commit 9dc28d4

Please # to comment.