Skip to content

Commit

Permalink
fix(release): inline changelog definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jan 17, 2020
1 parent 87fcfbf commit 1f007f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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)
run: echo "::set-output name=CHANGELOG::$(git log --pretty=format:'%s%n' --abbrev-commit ${{ steps.tags.outputs.prev_tag }}..)"
- uses: actions/download-artifact@master
with:
name: yay_x86_64
Expand Down
3 changes: 0 additions & 3 deletions testdata/ci/changelog.sh

This file was deleted.

0 comments on commit 1f007f3

Please sign in to comment.