Skip to content

Commit e826a21

Browse files
committed
Publish custom tag
1 parent 8ccb0d3 commit e826a21

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish-tag.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ jobs:
4141
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
4242
run: npm audit signatures
4343

44-
- name: Set version, build and publish to NPM, tag the release and push the changes
44+
- name: Login to npm registry
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4746
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
run: |
48+
npm login
49+
npm whoami
50+
51+
- name: Set version, build and publish to NPM, tag the release and push the changes
4852
run: |
4953
set -x
5054
npm version ${{ github.event.inputs.version }} --no-git-tag-version

0 commit comments

Comments
 (0)