Skip to content

Commit

Permalink
try to use github.run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-fdeniger committed Apr 23, 2024
1 parent c7478a1 commit 7ada415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Release artifacts to local repo
run: ./gradlew publishReleasePublicationToCIRepository --scan
env:
ARTIFACT_VERSION_SUFFIX: build_${{ env.GITHUB_RUN_ID }}
ARTIFACT_VERSION_SUFFIX: build_${{ github.run_id }}

- name: Upload artifact maven-repository.zip
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7ada415

Please sign in to comment.