Skip to content

Commit

Permalink
chore: add default version
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Sep 15, 2024
1 parent c292fc4 commit 03df016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Loger Demo Deployment

on:
push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'version' => 'v2.0.0-alpha.7',
'version' => env('APP_VERSION', 'v2.0.0-alpha.7'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 03df016

Please sign in to comment.