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