We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9613d commit b369546Copy full SHA for b369546
.github/workflows/release.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Create Release
16
uses: softprops/action-gh-release@v1
17
env:
18
- GITHUB_TOKEN ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments