Compare commits

..

No commits in common. "3ed6b764eac3d1ef5537c59d97d035624eca85eb" and "d2462bc683211df9044cdcc9245e542355f9e349" have entirely different histories.

4 changed files with 3 additions and 9 deletions

View File

@ -56,12 +56,6 @@ jobs:
id: get_version id: get_version
run: echo "version=$(git describe --tags --always)" >> $GITHUB_OUTPUT run: echo "version=$(git describe --tags --always)" >> $GITHUB_OUTPUT
- name: Update version in app.php
run: |
VERSION=$(date '+%Y%m%d')-$(git rev-parse --short HEAD)
sed -i "s/'version' => '.*'/'version' => '$VERSION'/g" config/app.php
echo "Updated version to: $VERSION"
- name: Build and push - name: Build and push
id: build-and-push id: build-and-push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5

View File

@ -187,5 +187,5 @@ return [
| The only modification by laravel config | The only modification by laravel config
| |
*/ */
'version' => '0.0.1' 'version' => '0.1.1-dev'
]; ];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long