File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 44
44
git add .
45
45
git commit --signoff --message $version
46
46
47
- echo "moving tag $version"
48
- git tag --force $version
49
- git push origin $version --force
50
-
51
47
- name : Create Pull Request
52
48
uses : peter-evans/create-pull-request@v7
49
+ continue-on-error : true
53
50
with :
54
51
title : ' 🚀Update version to ${{ steps.version.outputs.version }}'
55
52
body : |
59
56
delete-branch : true
60
57
labels : ' version-update'
61
58
base : ' main'
59
+
60
+ - name : Move tag ${{ steps.version.outputs.version }} to PR
61
+ run : |
62
+ echo "moving tag ${{ steps.version.outputs.version }}"
63
+ git tag --force ${{ steps.version.outputs.version }}
64
+ git push origin ${{ steps.version.outputs.version }} --force
62
65
63
66
push_to_ghcr :
64
67
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments