Skip to content

Commit bfb109e

Browse files
authored
ci(GHA): syntax fix
1 parent b40f87f commit bfb109e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Determine the next version number
3434
env:
35-
GH_TOKEN: {{'${{ secrets.GITHUB_TOKEN }}'}}
35+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
shell: sh
3737
run: |
3838
set -x

0 commit comments

Comments
 (0)