Skip to content

Commit

Permalink
show output directly (#2)
Browse files Browse the repository at this point in the history
squashed
  • Loading branch information
wiebeck authored May 21, 2021
1 parent 39da821 commit 98900a8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@ jobs:
STRATEGY_CONTEXT: ${{ toJSON(strategy) }}
run: echo "$STRATEGY_CONTEXT"

- name: Determine Version
id: get_version
uses: battila7/get-version-action@v2

- name: Generate Release Notes
env:
GH_REL_URL: https://github.com/buchanae/github-release-notes/releases/download/0.2.0/github-release-notes-linux-amd64-0.2.0.tar.gz
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd /tmp && curl -sSL ${GH_REL_URL} | tar xz && sudo mv github-release-notes /usr/local/bin/
echo '# Release Notes ${{ steps.get_version.outputs.version }}' > /tmp/release.txt
github-release-notes -org ${{ github.repository_owner }} -repo ${{ github.event.repository.name }} -since-latest-release -include-author >> /tmp/release.txt
cat /tmp/release.txt
github-release-notes -org ${{ github.repository_owner }} -repo ${{ github.event.repository.name }} -since-latest-release -include-author

0 comments on commit 98900a8

Please sign in to comment.