Skip to content

Commit

Permalink
fix: workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlb committed Apr 14, 2023
1 parent 2c6b8f6 commit 976247b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
github_token: ${{ github.token }}
tags: true
branch: ${{ github.ref }}

- name: Create GitHub Release
if: ${{steps.semantic_release_info.outputs.version != ''}}
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"release": {
"branches": ["main"]
"branches": [
"main"
]
}
}

0 comments on commit 976247b

Please sign in to comment.