Skip to content

Commit b320246

Browse files
committed
Cannot use dash in variable name
1 parent 0a1d664 commit b320246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_indev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate build serial
3232
id: script
3333
env:
34-
VARIABLE_KEY: "INDEV-SERIAL"
34+
VARIABLE_KEY: "INDEV_SERIAL"
3535
uses: actions/[email protected]
3636
with:
3737
github-token: ${{ steps.gh-app-token.outputs.token }}

0 commit comments

Comments
 (0)