Skip to content

Commit

Permalink
Use released verions not master in the workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
metcalfc committed Mar 29, 2020
1 parent 0281915 commit af93873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@master
uses: metcalfc/changelog-generator@v0.1.1
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: "v0.0.2"
Expand All @@ -19,7 +19,7 @@ jobs:
run: echo "${{ steps.changelog.outputs.changelog }}"
- name: Generate changelog from release
id: release
uses: metcalfc/changelog-generator@master
uses: metcalfc/changelog-generator@v0.1.1
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Get the changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@master
uses: metcalfc/changelog-generator@v0.1.1
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
Expand Down

0 comments on commit af93873

Please sign in to comment.