File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
move-tags : ${{ github.event_name == 'workflow_dispatch' && inputs.move-tags || 'true' }}
53
53
publish-documentation : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-documentation || 'true' }}
54
54
publish-github-release : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-github-release || 'true' }}
55
- publish-npm : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-npm || 'true ' }}
56
- publish-oci : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-oci || 'true ' }}
55
+ publish-npm : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-npm || 'false ' }}
56
+ publish-oci : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-oci || 'false ' }}
57
57
release-tag : ${{ github.event_name == 'workflow_dispatch' && inputs.release-tag || 'latest' }}
58
58
release-channel : stable
59
59
permissions :
You can’t perform that action at this time.
0 commit comments