We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f6c1c commit 16f2218Copy full SHA for 16f2218
.github/workflows/npm-publish.yml
@@ -22,9 +22,9 @@ jobs:
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
24
25
- - name: Get package info
26
- id: package
27
- uses: bmiit145/secure-web@v1.2.4
+ # - name: Get package info
+ # id: package
+ # uses: bmiit145/secure-web@v1.2.4
28
29
- name: Add LATEST tag for the published package if this is not a -rc version
30
if: steps.package.outputs.is-release-candidate == 'false'
0 commit comments