We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164f375 commit 6f60589Copy full SHA for 6f60589
1 file changed
.github/workflows/test.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: Run publish command
30
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