Skip to content

Commit 33a2a22

Browse files
committed
chore: cleanup npm workflow
1 parent 4ebf646 commit 33a2a22

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/npm.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Publish to NPM
22
on:
33
release:
44
types: [published]
5-
# Add push on PR for testing purposes
6-
pull_request:
7-
branches: [main]
85
permissions:
96
contents: read
107
id-token: write
@@ -29,8 +26,6 @@ jobs:
2926

3027
- name: Check if pre-release and publish to NPM
3128
run: |
32-
unset NODE_AUTH_TOKEN
33-
unset NPM_TOKEN
3429
VERSION=$(node -p "require('./package.json').version")
3530
if [[ "$VERSION" == *"-"* ]]; then
3631
echo "Publishing pre-release: $VERSION"

0 commit comments

Comments
 (0)