Skip to content

Commit

Permalink
use reference v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhute committed Jun 25, 2021
1 parent bfe0355 commit 36ce947
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
uses: actions/checkout@v2
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@main
uses: metcalfc/changelog-generator@v1.0.0
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: 'v0.0.2'
base-ref: 'v0.0.1'
- name: Get the changelog
run: echo "${{ steps.changelog.outputs.changelog }}"

0 comments on commit 36ce947

Please sign in to comment.