Skip to content

Commit

Permalink
try changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jan 30, 2021
1 parent f4e4f94 commit 9852014
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
fetch-depth: 0

- name: Generate changelog
uses: metcalfc/changelog-generator@v0.4.4
with:
myToken: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Python
uses: actions/setup-python@v2
with:
Expand All @@ -35,5 +40,4 @@ jobs:
run: echo "VERSION=$(python -c 'from setuptools_scm import get_version; version = print(get_version(root=".")); ".".join(version.split(".")[:2])')" >> $GITHUB_ENV

- name: Debug step
run: |
echo $VERSION
run: echo "${{ steps.changelog.outputs.changelog }}"

0 comments on commit 9852014

Please sign in to comment.