Skip to content

Commit

Permalink
Add npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellindau authored Mar 7, 2024
1 parent f1dd9ae commit a6c41b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Pack and Publish to NPM
on:
workflow_dispatch:
jobs:
create_package:
runs-on: ubuntu-latest
steps:
- uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a6c41b9

Please sign in to comment.