Skip to content

Commit

Permalink
Fixed an issue with the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deathau committed Nov 10, 2020
1 parent 1bdbdf7 commit dfa384b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: 'chore: update version number ${{ github.ref }}'
branch: 'testaction'
branch: 'main'
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tag-version-prefix = ""

0 comments on commit dfa384b

Please sign in to comment.