Skip to content

Commit 16f2218

Browse files
authored
Update npm-publish.yml
1 parent f6f6c1c commit 16f2218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2424

25-
- name: Get package info
26-
id: package
27-
uses: bmiit145/[email protected]
25+
# - name: Get package info
26+
# id: package
27+
# uses: bmiit145/[email protected]
2828

2929
- name: Add LATEST tag for the published package if this is not a -rc version
3030
if: steps.package.outputs.is-release-candidate == 'false'

0 commit comments

Comments
 (0)