Skip to content

Commit

Permalink
add dash in front of uses
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 9, 2022
1 parent 1262227 commit e869ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 17
- run: npm install
- run: npm test
uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Automatic GitHub Release
Expand Down

0 comments on commit e869ed9

Please sign in to comment.