Skip to content

Commit

Permalink
fix(release): changelog doesn't need final as it's not available on c…
Browse files Browse the repository at this point in the history
…heckout
  • Loading branch information
Jguer committed Jan 12, 2020
1 parent d63c4b0 commit 87fcfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multiarch-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set version
id: changelog
shell: bash
run: ./testdata/ci/changelog.sh $(cat env/previous_tag) $(cat env/new_tag)
run: ./testdata/ci/changelog.sh $(cat env/previous_tag)
- uses: actions/download-artifact@master
with:
name: yay_x86_64
Expand Down

0 comments on commit 87fcfbf

Please sign in to comment.