Skip to content

Commit 4f7802d

Browse files
committed
wip
1 parent 5a82302 commit 4f7802d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
script: |
3939
cd laravel-${{ github.ref_name }}
4040
git pull origin ${{ github.ref_name }}
41-
bash ./bin/release v${{ steps.version.outputs.version }}
41+
bash ./bin/release.sh v${{ steps.version.outputs.version }}
4242
script_stop: true
4343

4444
- name: Generate release notes

0 commit comments

Comments
 (0)