We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0196c9 commit 3501308Copy full SHA for 3501308
1 file changed
.github/workflows/release.yml
@@ -41,6 +41,8 @@ jobs:
41
- name: Setup npm registry
42
run: |
43
echo "${{ secrets.NPMRC }}" > ~/.npmrc
44
+ echo ${{ github.event.inputs }}
45
+ echo ${{ github.event.inputs.force }}
46
47
- name: Setup project
48
0 commit comments