Skip to content

Commit

Permalink
updated build.yml 5
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Feb 21, 2024
1 parent f765e66 commit ac609ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: echo "PACKAGE_VERSION=$(git describe --tags --abbrev=0 | cut -c 2- | awk -F. '{$NF = $NF + 1;} 1' OFS=. | sed 's/\.$//')" >> $GITHUB_ENV

- name: Build the executable
run: php vendorkill app:build --build-version=$PACKAGE_VERSION
run: |
echo "PACKAGE_VERSION=$PACKAGE_VERSION"
php vendorkill app:build --build-version=$PACKAGE_VERSION
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit ac609ff

Please sign in to comment.