Skip to content
Snippets Groups Projects
Commit 15019f97 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix workflow

parent fd701e8a
Branches
Tags
No related merge requests found
......@@ -36,10 +36,11 @@ jobs:
# Store the version, stripping any v-prefix
- name: Write release version
run: |
TAG=${{ github.ref_name }}
{
echo "TAG=${{ github.ref_name }}"
echo "VERSION=${TAG#v}"
echo "TAG=$TAG"
echo "COMPOSER_VERSION=$(composer config version)"
echo "VERSION=${TAG#v}"
} >> "$GITHUB_ENV"
- name: Validate composer.json and composer.lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment