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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4.1.0
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Move and push tag
|
||||
run: |
|
||||
git tag -f stable ${{ github.event.release.tag_name }}
|
||||
git push -f origin stable
|
||||
- name: Move and push tag
|
||||
run: |
|
||||
git tag -f stable ${{ github.event.release.tag_name }}
|
||||
git push -f origin stable
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user