mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-25 12:52:13 +00:00
fixed release.yml
This commit is contained in:
parent
5e314898d5
commit
4a6bd81653
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -37,8 +37,11 @@ jobs:
|
||||||
needs: tag-and-publish
|
needs: tag-and-publish
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: actions/checkout@v3
|
||||||
|
- id: package-version
|
||||||
|
uses: martinbeentjes/npm-get-version-action@latest
|
||||||
|
- uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "${{ inputs.version }}"
|
automatic_release_tag: "v${{ steps.package-version.outputs.current-version}}"
|
||||||
prerelease: false
|
prerelease: false
|
Loading…
Add table
Reference in a new issue