Skip to content

Commit

Permalink
More CI testing
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Sep 25, 2024
1 parent 78b1884 commit 33ff9a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:

- name: Checkout
uses: actions/[email protected]
fetch-depth: 10 # use this if tag is older than current head
fetch-tags: true
with:
fetch-depth: 10 # use this if tag is older than current head
fetch-tags: true

- name: Create archive
run: git archive --format=tar.gz -o ${OPENFX_TARBALL} --prefix ${OPENFX_PREFIX} ${TAG}
Expand Down

0 comments on commit 33ff9a1

Please sign in to comment.