We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642eb9e commit df784d1Copy full SHA for df784d1
1 file changed
.github/workflows/_local-not-for-reuse-provenance.yml
@@ -14,6 +14,11 @@ on:
14
options:
15
- '0'
16
- '1'
17
+ force-publish:
18
+ description: 'Force publish without commit checks'
19
+ required: false
20
+ default: false
21
+ type: boolean
22
23
permissions:
24
contents: write
@@ -24,6 +29,7 @@ jobs:
29
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
25
30
with:
26
31
debug: ${{ inputs.debug }}
32
+ force-publish: ${{ inputs.force-publish }}
27
33
publish-script: 'package:npm:publish'
28
34
setup-script: 'pnpm run build'
35
use-trusted-publishing: true
0 commit comments