mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-24 20:32:14 +00:00
Update release.yml
This commit is contained in:
parent
e71457c286
commit
6d7f9d66d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -39,9 +39,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: package-version
|
||||
uses: martinbeentjes/npm-get-version-action@latest
|
||||
uses: martinbeentjes/npm-get-version-action@main
|
||||
- uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "v${{ steps.package-version.outputs.current-version}}"
|
||||
prerelease: false
|
||||
prerelease: false
|
||||
|
|
Loading…
Add table
Reference in a new issue