We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba9a53 commit 1a78a85Copy full SHA for 1a78a85
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v2
33
# Needed for git-describe to do anything useful
34
- name: Fetch all git history
35
- run: git fetch --prune --tags --unshallow
+ run: git fetch --force --prune --tags --unshallow
36
- name: Determine build archive name
37
run: |
38
export ARCHIVE_NAME=yabridge-$(git describe --always)-ubuntu-18.04.tar.gz
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
export ARCHIVE_NAME=yabridge-$(git describe --always).tar.gz
0 commit comments