Skip to content

Commit 96929e5

Browse files
committed
refactor(ci): simplify setup-script to use script name instead of command
Update provenance workflow to use simpler 'ci:validate' script name instead of 'pnpm run ci:validate' command, taking advantage of the new smart detection in socket-registry@0f9229db that automatically prefixes script names with 'pnpm run'. Changes: - Update workflow SHA to 0f9229dbc545a2de7b06024756e41fa5e0debc8b - Simplify setup-script from 'pnpm run ci:validate' to 'ci:validate'
1 parent 81cf832 commit 96929e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ permissions:
2626

2727
jobs:
2828
publish:
29-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@4709a2443e5a036bb0cd94e5d1559f138f05994c # main
29+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@0f9229dbc545a2de7b06024756e41fa5e0debc8b # main
3030
with:
3131
debug: ${{ inputs.debug }}
3232
dist-tag: ${{ inputs.dist-tag }}
3333
package-name: '@socketregistry/packageurl-js'
3434
publish-script: 'publish:ci'
35-
setup-script: 'pnpm run ci:validate'
35+
setup-script: 'ci:validate'
3636
use-trusted-publishing: true

0 commit comments

Comments
 (0)