mirror of
https://github.com/puppetlabs/vmpooler-provider-vsphere.git
synced 2026-01-26 03:18:41 -05:00
Fix bad copy/paste in release action
This commit is contained in:
parent
c7b2ea80ea
commit
444ef7a729
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||||
with:
|
with:
|
||||||
args: >-
|
args: >-
|
||||||
--future-release ${{ steps.nv.outputs.version }}
|
--future-release ${{ steps.gv.outputs.version }}
|
||||||
env:
|
env:
|
||||||
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
echo
|
echo
|
||||||
echo "The following changes were detected:"
|
echo "The following changes were detected:"
|
||||||
git --no-pager diff
|
git --no-pager diff
|
||||||
echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running 'docker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v "\$\(pwd\)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator:1.16.2 github_changelog_generator --future-release ${{ steps.nv.outputs.version }}'"
|
echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running `./update-changelog`"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: >-
|
args: >-
|
||||||
--since-tag ${{ steps.cv.outputs.result }}
|
--since-tag ${{ steps.cv.outputs.result }}
|
||||||
--future-release ${{ steps.nv.outputs.version }}
|
--future-release ${{ steps.gv.outputs.version }}
|
||||||
--output release-notes.md
|
--output release-notes.md
|
||||||
env:
|
env:
|
||||||
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: Tag Release
|
- name: Tag Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.nv.outputs.version }}
|
tag: ${{ steps.gv.outputs.version }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
bodyfile: release-notes.md
|
bodyfile: release-notes.md
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue