Skip to content

Commit

Permalink
Disable release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Oct 25, 2024
1 parent 3a1652b commit 0e0fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish to NPM
on:
push:
tags:
- v*
- vv* # to enable this action, change this tag back to v*
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e0fb2c

Please sign in to comment.