mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-25 14:44:43 -05:00
Update yakos-build.yml
This commit is contained in:
parent
4b529c722d
commit
33dc7fbc45
9
.github/workflows/yakos-build.yml
vendored
9
.github/workflows/yakos-build.yml
vendored
|
|
@ -37,13 +37,20 @@ jobs:
|
|||
- name: Fetch tags
|
||||
run: git fetch --prune --unshallow --tags
|
||||
|
||||
- name: Update canary tag
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git tag yako_canary
|
||||
git push origin yako_canary
|
||||
|
||||
- name: Delete previous release
|
||||
run: |
|
||||
gh release delete --yes yako_canary
|
||||
continue-on-error: true
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user