Skip to content

Commit

Permalink
Merge pull request #17 from combinators/DissertationAlgorithm
Browse files Browse the repository at this point in the history
Fetch tags so releases can find & reference them
  • Loading branch information
JanBessai authored Sep 30, 2021
2 parents 0a36ab7 + f445094 commit db7f955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
PGP_PASS: ${{ secrets.PGP_PASS }}
CI: github
run: |
git fetch --prune --unshallow --tags &&
export GPG_TTY=$(tty) &&
echo $GPG_PRIVATE | base64 -d | gpg --passphrase=$PGP_PASS --yes --batch --pinentry-mode loopback --import &&
export PATH=`pwd`/.github/bin:$PATH &&
Expand Down

0 comments on commit db7f955

Please sign in to comment.