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 cc0497f commit 4ddb53dCopy full SHA for 4ddb53d
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run build --if-present
32
if: (!startsWith(github.ref, 'refs/tags/v'))
33
env:
34
- OVERRIDE_VERSION: ${{ format('#{0}-dev', env.GITHUB_RUN_NUMBER) }}
+ OVERRIDE_VERSION: ${{ format('#{0}-dev', github.run_number) }}
35
36
- name: Build App (Release)
37
@@ -56,7 +56,7 @@ jobs:
56
uses: allenevans/set-env@v1.0.0
57
58
with:
59
- RELEASE_VERSION: ${{ format('#{0}-dev', env.GITHUB_RUN_NUMBER) }}
+ RELEASE_VERSION: ${{ format('#{0}-dev', github.run_number) }}
60
TARGET_BRANCH: 'gh-pages'
61
TARGET_PATH: 'app/dev'
62
0 commit comments