Skip to content

Commit

Permalink
fix(release): fix wrong branch on the CI for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
timoa committed Mar 27, 2022
1 parent 9cfa2b8 commit d497ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: tests
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop'

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"branches": [
"master",
"develop"
],
"tagFormat": "v${version}",
Expand Down

0 comments on commit d497ed7

Please sign in to comment.