Skip to content

Commit

Permalink
add auto publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Jun 25, 2024
1 parent 13f36ce commit 153b350
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/[email protected]
secrets:
node_auth_token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 153b350

Please sign in to comment.