Skip to content

Commit 048e6da

Browse files
committed
chore: remove duplicate step in publish nightly
1 parent 38ce466 commit 048e6da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release-nightly.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
echo "version=$VERSION" >> $GITHUB_ENV
3131
echo "version=$VERSION" >> $GITHUB_OUTPUT
3232
33-
- name: Publish nightly
34-
run: npm publish --tag nightly
35-
env:
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
3833
- name: Check if version already exists
3934
id: check-version
4035
run: |

0 commit comments

Comments
 (0)