We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ec33e commit 9b6ba7aCopy full SHA for 9b6ba7a
.github/workflows/ci.yml
@@ -40,8 +40,8 @@ jobs:
40
41
- name: Build platform.phar
42
env:
43
- CI_COMMIT_SHA: ${{ github.event.after }}
44
- CI_COMMIT_REF_NAME: ${{ github.head_ref }}
+ CI_COMMIT_SHA: ${{ github.sha }}
+ CI_COMMIT_REF_NAME: ${{ github.ref_name }}
45
run: |
46
CI_COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | head -c8)
47
./bin/platform self:build --no-composer-rebuild --yes --replace-version "$CI_COMMIT_REF_NAME"-"$CI_COMMIT_SHORT_SHA" --output platform.phar
0 commit comments