Skip to content

Commit b35a716

Browse files
committed
chore(ci): bump provenance.yml registry SHA + rename publish-script
Two changes to the provenance delegator: 1. Bump `SocketDev/socket-registry/.github/workflows/provenance.yml` pin from 34fef52be9 to d54c36d0. Was the last stale fleet pin (socket-lib also just caught up; socket-sdk-js is on this SHA via PR #596; the rest of the fleet moved months ago). 2. Rename `publish-script: publish:ci` → `release:ci` to match the in-repo script rename (part of the broader rename to match the repo's `pnpm release` vocabulary). No behavioral change — both are metadata-level consistency fixes.
1 parent cb566f6 commit b35a716

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ permissions:
3232

3333
jobs:
3434
publish:
35-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@34fef52be917f89dbbeb464860f2aaf0f3812c40 # main
35+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d54c36d0bed05ffffbe8b14e7663927eaa19d5df # main
3636
with:
3737
debug: ${{ inputs.debug }}
3838
dist-tag: ${{ inputs.dist-tag }}
3939
package-name: '@socketregistry/packageurl-js'
40-
publish-script: 'publish:ci'
40+
publish-script: 'release:ci'
4141
publish-without-sfw: ${{ inputs.publish-without-sfw }}
4242
setup-script: 'ci:validate'
4343
use-trusted-publishing: true

0 commit comments

Comments
 (0)