Skip to content

Commit 6f60589

Browse files
committed
Update workflow
1 parent 164f375 commit 6f60589

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828

2929
- name: Run publish command
3030
run: npx . publish "./test" --tag github --webhook "${{ secrets.DISCORD_WEBHOOK }}" --access-token "${{ secrets.NPM_TOKEN }}"
31+
32+
- name: Run publish without tag
33+
run: npx . publish "./test" --webhook "${{ secrets.DISCORD_WEBHOOK }}" --access-token "${{ secrets.NPM_TOKEN }}"

0 commit comments

Comments
 (0)