Skip to content

Commit

Permalink
Merge pull request #5983 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Remove "ghactions" prefix from the build number
  • Loading branch information
tzununbekov authored Feb 21, 2024
2 parents 4e0555a + 1a3c99a commit 9679f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
export PR_BUILD=$PR_BUILD;
export SNAPSHOT_BUILD=$SNAPSHOT_BUILD;
export BUILD_VERSION=$BUILD_VERSION;
export BUILD_NUMBER="${{ github.run_id }}"-ghactions;
export BUILD_NUMBER="${{ github.run_id }}";
export BUILD_COMMIT="$(echo ${GITHUB_SHA} | cut -c1-8)";
export BUILD_BRANCH="${GITHUB_REF_NAME}";
EOT
Expand Down

0 comments on commit 9679f49

Please sign in to comment.