We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7726b33 commit 0a1d664Copy full SHA for 0a1d664
.github/workflows/release_indev.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Generate build serial
32
id: script
33
+ env:
34
+ VARIABLE_KEY: "INDEV-SERIAL"
35
uses: actions/github-script@v7.0.1
36
with:
37
github-token: ${{ steps.gh-app-token.outputs.token }}
0 commit comments