We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b5534 commit 15525d6Copy full SHA for 15525d6
1 file changed
.github/workflows/build-release.yml
@@ -37,10 +37,11 @@ jobs:
37
# Store the version, stripping any v-prefix
38
- name: Write release version
39
run: |
40
+ TAG=${{ github.ref_name }}
41
{
- echo "TAG=${{ github.ref_name }}"
42
- echo "VERSION=${TAG#v}"
+ echo "TAG=$TAG"
43
echo "COMPOSER_VERSION=$(composer config version)"
44
+ echo "VERSION=${TAG#v}"
45
} >> "$GITHUB_ENV"
46
47
- name: Validate composer.json and composer.lock
0 commit comments