Skip to content

Commit

Permalink
[CI] release publishing cli command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 29, 2024
1 parent e59035f commit a1fcddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
- name: Tag for release
run: |
echo "Add release ${{ needs.tags.outputs.tag }}"
git co ci/release-${{ needs.tags.outputs.tag }}
git checkout -b ci/release-${{ needs.tags.outputs.tag }}
git commit -m "Releasing ${{ needs.tags.outputs.tag }}"
git tag ${{ needs.tags.outputs.tag }}
git push origin ci/release-${{ needs.tags.outputs.tag }} ${{ needs.tags.outputs.tag }}
Expand Down

0 comments on commit a1fcddd

Please sign in to comment.