Lint
This commit is contained in:
12
.github/workflows/release_tag.yml
vendored
12
.github/workflows/release_tag.yml
vendored
@@ -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
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user