File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -129,23 +129,3 @@ jobs:
129
129
run : |
130
130
echo "RIT Status = ${{ steps.test-rit-action.outputs.status }}"
131
131
echo "RIT Message = ${{ steps.test-rit-action.outputs.message }}"
132
-
133
- publish-rit-action-tag :
134
- if : github.ref == 'refs/heads/main'
135
- needs : test-rit-action
136
- name : Publish RIT Action tag
137
- runs-on : ubuntu-latest
138
- timeout-minutes : 60
139
- permissions :
140
- contents : write
141
-
142
- steps :
143
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
144
- with :
145
- token : ${{ secrets.GITHUB_TOKEN }}
146
- - name : Publish new version
147
- run : |
148
- git config --global user.email "[email protected] "
149
- git config --global user.name "RIT Release Automation"
150
- git tag -fa v1 -m "Updating rootstock-integration-tests container action v1"
151
- git push origin v1 --force
You can’t perform that action at this time.
0 commit comments