mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix GitHub Actions complaining when moving tags
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Needed for git-describe to do anything useful
|
# Needed for git-describe to do anything useful
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
run: git fetch --prune --tags --unshallow
|
run: git fetch --force --prune --tags --unshallow
|
||||||
- name: Determine build archive name
|
- name: Determine build archive name
|
||||||
run: |
|
run: |
|
||||||
export ARCHIVE_NAME=yabridge-$(git describe --always)-ubuntu-18.04.tar.gz
|
export ARCHIVE_NAME=yabridge-$(git describe --always)-ubuntu-18.04.tar.gz
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Needed for git-describe to do anything useful
|
# Needed for git-describe to do anything useful
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
run: git fetch --prune --tags --unshallow
|
run: git fetch --force --prune --tags --unshallow
|
||||||
- name: Determine build archive name
|
- name: Determine build archive name
|
||||||
run: |
|
run: |
|
||||||
export ARCHIVE_NAME=yabridge-$(git describe --always).tar.gz
|
export ARCHIVE_NAME=yabridge-$(git describe --always).tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user