Skip to content

Commit

Permalink
Use prep-release version that will handle asciidoc
Browse files Browse the repository at this point in the history
Asciidoc only produces a single release package, which means the dist
directory doesn't have any subdirectories.  Peg a version of
prep-release.yml that copes with this, prior to it being available in a
proper cygporter/workflows release.
  • Loading branch information
me-and committed Jan 20, 2023
1 parent db476f5 commit 7bb5df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions:

jobs:
prep-release:
uses: cygporter/workflows/.github/workflows/prep-release.yml@v1
uses: cygporter/workflows/.github/workflows/prep-release.yml@f1e82b1b682c421b3f2686f5b31d45230a8539ca
with:
cygport_file: asciidoc.cygport
release_tag: ${{ inputs.release_tag }}
Expand Down

0 comments on commit 7bb5df0

Please sign in to comment.