Skip to content

Commit 3f848c5

Browse files
committed
ci: cleanup release workflow
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 19b1350 commit 3f848c5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,18 @@ jobs:
7373
- name: Publish release
7474
run: pnpm publish --no-git-checks
7575
if: ${{ contains(steps.package-version.outputs.version, '-') == false }}
76-
# env:
77-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7876

7977
- name: Publish release candidate
8078
if: ${{ contains(steps.package-version.outputs.version, '-rc') == true }}
8179
run: pnpm publish --no-git-checks --tag next
82-
# env:
83-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8480

8581
- name: Publish beta release
8682
if: ${{ contains(steps.package-version.outputs.version, '-beta') == true }}
8783
run: pnpm publish --no-git-checks --tag beta
88-
# env:
89-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9084

9185
- name: Publish alpha release
9286
if: ${{ contains(steps.package-version.outputs.version, '-alpha') == true }}
9387
run: pnpm publish --no-git-checks --tag alpha
94-
# env:
95-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9688
changelog:
9789
runs-on: ubuntu-latest
9890
needs: publish-npm

0 commit comments

Comments
 (0)