Skip to content

Commit

Permalink
Try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-s-beers committed Mar 27, 2022
1 parent b870578 commit aa79759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: taiki-e/create-gh-release-action@v1
with:
# (optional) Path to changelog.
# changelog: CHANGELOG.md
# with:
# (optional) Path to changelog.
# changelog: CHANGELOG.md
env:
# (required) GitHub token for creating GitHub Releases.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aa79759

Please sign in to comment.