Skip to content

Commit

Permalink
Enhancement: Hard-code target_commitish
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 19, 2024
1 parent ae3c740 commit 7b59b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
prerelease: false,
repo: context.repo.repo,
tag_name: process.env.RELEASE_TAG,
target_commitish: "develop",
});
core.exportVariable('RELEASE_HTML_URL', response.data.html_url);
Expand Down

0 comments on commit 7b59b65

Please sign in to comment.