Skip to content

Commit

Permalink
chore: correct version sent to prepare-release (PROJQUAY-1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McKay committed Apr 20, 2021
1 parent 4f421cd commit ea63cf5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
echo "creating change log for tag: ${{ github.event.inputs.tag }}"
/tmp/git-chglog --tag-filter-pattern "v3.*" -o CHANGELOG.md v3.6.0-alpha.2..
- name: Version bundle
env:
RELEASE: ${{ github.event.inputs.tag }}
run: make prepare-release
run: |
tag=${{ github.event.inputs.tag }}
echo "RELEASE=${tag#v}" >> $GITHUB_ENV
make prepare-release
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.5.1
with:
Expand Down

0 comments on commit ea63cf5

Please sign in to comment.