Skip to content

Commit 62f2854

Browse files
committed
chore: Remove publish branch
1 parent 3e15411 commit 62f2854

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: publish-to-npm
22
on:
33
release:
44
types: [created]
5-
push:
6-
branches:
7-
- release-v5.2.0-beta.2
85

96
permissions:
107
id-token: write # Required for OIDC
@@ -40,6 +37,7 @@ jobs:
4037
- run: pnpm nx run-many -t check:all --all
4138
- run: pnpm -r publish --no-git-checks --tag beta
4239
env:
40+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4341
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4442
- uses: MerthinTechnologies/edit-json-action@v1
4543
with:
@@ -48,4 +46,5 @@ jobs:
4846
value: 'eslint-plugin-boundaries'
4947
- run: pnpm -r publish --no-git-checks --tag beta
5048
env:
49+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5150
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)