Set CI_BUILD_ID from github.run_number for auto version increment

This commit is contained in:
2026-01-24 15:32:46 +03:00
parent 15478b5fd4
commit 4f5e65291f
+2
View File
@@ -130,6 +130,8 @@ env:
POLKASSEMBLY_SUMMARY_API_KEY: ${{ secrets.POLKASSEMBLY_SUMMARY_API_KEY }}
CI_BUILD_ID: ${{ github.run_number }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{inputs.upload-name}}
cancel-in-progress: true