Skip to content

Commit

Permalink
Merge pull request #8 from Adrianmjim/chore/add-readme
Browse files Browse the repository at this point in the history
fix(actions): Fix create release action
  • Loading branch information
Adrianmjim authored Feb 18, 2024
2 parents 9936d6e + 042e80f commit d68d606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Commit release
run: |
git checkout -b release/${{ steps.version.outputs.VERSION }}
git tag ${{ steps.version.outputs.VERSION }}
git push origin release/${{ steps.version.outputs.VERSION }}
git push --tags
Expand Down

0 comments on commit d68d606

Please sign in to comment.