Skip to content

Commit

Permalink
add auto publish script (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive authored Jun 25, 2024
1 parent 835bc83 commit a3bb8b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish on Release

on:
release:
types:
- published

jobs:
publish:
uses: The-Poolz/solidity-workflows/.github/workflows/release.yml@v0.5.0
secrets:
node_auth_token: ${{ secrets.NPM_TOKEN }}

0 comments on commit a3bb8b4

Please sign in to comment.