This commit is contained in:
Edward Firmo
2024-01-28 20:44:09 +01:00
parent f73f4eba53
commit cc5c1dde78

View File

@@ -9,11 +9,11 @@ jobs:
update-tag: update-tag:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.0
- name: Move and push tag - name: Move and push tag
run: | run: |
git tag -f stable ${{ github.event.release.tag_name }} git tag -f stable ${{ github.event.release.tag_name }}
git push -f origin stable git push -f origin stable
... ...