Skip to content

Commit 5491499

Browse files
committed
docs: add backport to dist-tag options and update workflow SHA
- Add 'backport' to dist-tag description for publishing patches to older major versions - Update socket-registry workflow SHA to 0a1fbfe9c2ca651794ad11784d4c8295c67bcf19 Common dist-tags: - latest: Production releases from main - next: Pre-releases - beta: Beta versions - canary: Nightly/canary builds - backport: Security fixes/patches for older major versions (v1.x, v2.x)
1 parent ccd873e commit 5491499

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
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
dist-tag:
7-
description: 'npm dist-tag (latest, next, beta, canary, etc.)'
7+
description: 'npm dist-tag (latest, next, beta, canary, backport, etc.)'
88
required: false
99
default: 'latest'
1010
type: string
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
publish:
26-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@c722588dc8547ea3f1094f7930ce3ca3b725ffd8 # main
26+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@0a1fbfe9c2ca651794ad11784d4c8295c67bcf19 # main
2727
with:
2828
debug: ${{ inputs.debug }}
2929
dist-tag: ${{ inputs.dist-tag }}

0 commit comments

Comments
 (0)