Skip to content

Commit ac4469d

Browse files
committed
Skip if already exists
1 parent 03d8c4e commit ac4469d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ jobs:
121121

122122
- uses: pnpm/action-setup@v2
123123

124-
- name: Setup Node.js 18
124+
- name: Setup Node.js 20
125125
uses: actions/setup-node@v3
126126
with:
127-
node-version: 18
127+
node-version: 20
128128
cache: pnpm
129129

130130
- name: Configure pnpm

.github/workflows/release_candidates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
4444
run: |
4545
npm version prerelease --preid=${{ github.head_ref }}
46-
npm publish --tag rc
46+
npm publish --tag rc || true
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4949

0 commit comments

Comments
 (0)