Skip to content

Commit 8ca23f7

Browse files
committed
add runner_number
1 parent 5a93e0c commit 8ca23f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
env:
16-
CI: true
1716
CI_BUILD_VERSION: 1.1.${{ github.run_number }}
17+
RUNNER_NUMBER: ${{ github.run_number }}
1818

1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)