Skip to content

Commit 3cff7b1

Browse files
authored
Merge pull request #261 from rsksmart/remove-tag-step
Update ci.yml to remove step that publishes tag
2 parents 24d342f + 97a8d15 commit 3cff7b1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

-20
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,3 @@ jobs:
129129
run: |
130130
echo "RIT Status = ${{ steps.test-rit-action.outputs.status }}"
131131
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

0 commit comments

Comments
 (0)