Skip to content

Commit

Permalink
feat: automate github release (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowyDEV authored Dec 18, 2023
1 parent 375ade8 commit 93e75a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: npm ci
- name: Release
uses: JoshuaKGoldberg/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
branch: 'master'
github-token: ${{ secrets.GH_TOKEN }}
npm-token: ${{ secrets.NPM_KEY }}

0 comments on commit 93e75a6

Please sign in to comment.