Skip to content

Commit

Permalink
:config: Addressing issue in Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Templum committed Sep 10, 2022
1 parent 89f551d commit b2669c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
token: {{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
package: ./...
version: v0.0.0-20220908210932-64dbbd7bba4f
github-token: {{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
```
### Inputs
Expand Down

0 comments on commit b2669c0

Please sign in to comment.