try again

This commit is contained in:
Le Tan 2020-12-05 21:52:48 +08:00
parent ba205d3648
commit 86a730853a
2 changed files with 8 additions and 10 deletions

View File

@ -119,11 +119,10 @@ jobs:
- name: Update Tag
if: github.ref == 'refs/heads/master'
uses: EndBug/latest-tag@latest
with:
tag-name: continuous-build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
git tag --force continuous-build ${GITHUB_SHA}
git push --force --tags
- name: Update Continuous Build Release
if: github.ref == 'refs/heads/master'

View File

@ -107,11 +107,10 @@ jobs:
- name: Update Tag
if: github.ref == 'refs/heads/master'
uses: EndBug/latest-tag@latest
with:
tag-name: continuous-build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
git tag --force continuous-build ${GITHUB_SHA}
git push --force --tags
- name: Update Continuous Build Release
if: github.ref == 'refs/heads/master'