Skip to content

Commit

Permalink
Merge pull request #11 from ashblue/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ashblue authored Jul 5, 2023
2 parents 2e374c1 + 0feec2b commit 4ffc562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- master

permissions:
contents: read
Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
run: npm audit signatures
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release

0 comments on commit 4ffc562

Please sign in to comment.