Skip to content

Commit

Permalink
maybe this will needed
Browse files Browse the repository at this point in the history
Signed-off-by: Andras Mitzki <andras.mitzki@axoflow.com>
  • Loading branch information
Andras Mitzki committed Dec 11, 2024
1 parent ff36c55 commit 47d945b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
"${{ needs.create-release-tarball.outputs.RELEASE_TAG }}" \
"${{ needs.create-release-tarball.outputs.TARBALL_NAME }}" \
--draft \
--repo "${{ github.repository }}" \
--title "${{ needs.create-release-tarball.outputs.RELEASE_NAME }}" \
--notes-file "NEWS.md"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
git push --force origin ${VERSION_BUMP_BRANCH}
gh pr create \
--repo "${{ github.repository }}" \
--base "${GITHUB_REF}" \
--title "${TITLE}" \
--body "${DESCRIPTION}" \
Expand Down

0 comments on commit 47d945b

Please sign in to comment.