Skip to content

Commit

Permalink
Merge 153b350 into 13f36ce
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive authored Jun 25, 2024
2 parents 13f36ce + 153b350 commit ab1008a
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 ab1008a

Please sign in to comment.