Skip to content

Commit

Permalink
Fix issue with GHA (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo committed Mar 27, 2024
1 parent bd52ef0 commit aae41b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/releases \
-d '{
"tag_name": "v${{ steps.version-change.outputs.version }}",
"target_commitish": "master",
"target_commitish": "main",
"name": "v${{ steps.version-change.outputs.version }}",
"draft": false,
"prerelease": false,
Expand Down

0 comments on commit aae41b8

Please sign in to comment.