We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40f87f commit bfb109eCopy full SHA for bfb109e
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Determine the next version number
34
env:
35
- GH_TOKEN: {{'${{ secrets.GITHUB_TOKEN }}'}}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
shell: sh
37
run: |
38
set -x
0 commit comments