Skip to content

Commit

Permalink
fix: local action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Mar 11, 2021
1 parent 599572a commit bde726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
})
- name: Generate Release Notes
id: release_notes
uses: release-notes-generator
uses: ./.github/actions/release-notes-generator
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ steps.gitversion.outputs.semVer }}
Expand Down

0 comments on commit bde726e

Please sign in to comment.