Skip to content

Commit

Permalink
Update "Publish package" GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snout-router-repo-manager[bot] committed Oct 12, 2023
1 parent 89ce308 commit 61ccc8b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# DO NOT EDIT - This file is managed by snout-router/repos.
name: Publish package
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
publish:
name: Snout
uses: snout-router/.github/.github/workflows/publish-package.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 61ccc8b

Please sign in to comment.