Skip to content

Commit

Permalink
fix(actions): Fix create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianmjim committed Feb 18, 2024
1 parent 694d73c commit 042e80f
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 042e80f

Please sign in to comment.