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 - name: Update Tag
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
uses: EndBug/latest-tag@latest shell: bash
with: run: |
tag-name: continuous-build git tag --force continuous-build ${GITHUB_SHA}
env: git push --force --tags
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update Continuous Build Release - name: Update Continuous Build Release
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'

View File

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