File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.3 .0"
2+ "." : " 2.4 .0"
33}
Original file line number Diff line number Diff line change 22
33# https://github.com/wayofdev/gh-actions/blob/master/.github/workflows/create-release.yml
44# https://github.com/google-github-actions/release-please-action#release-types-supported
5+ # https://github.com/googleapis/release-please/blob/main/docs/customizing.md
56
67on : # yamllint disable-line rule:truthy
78 push :
@@ -12,12 +13,15 @@ name: 📦 Create release
1213
1314jobs :
1415 release :
15- uses : wayofdev/gh-actions/.github/workflows/create-release.yml@master
16- with :
17- os : ubuntu-latest
18- branch : master
19- package-name : laravel-package-tpl
20- secrets :
21- token : ${{ secrets.PERSONAL_GITHUB_TOKEN }}
16+ runs-on : ubuntu-latest
17+ steps :
18+ - name : 🎉 Create release
19+ uses : google-github-actions/release-please-action@v4
20+ id : release
21+ with :
22+ token : ${{ secrets.PERSONAL_GITHUB_TOKEN }}
23+ config-file : ${{ github.workspace }}/.github/.release-please-config.json
24+ manifest-file : ${{ github.workspace }}/.github/.release-please-manifest.json
25+ target-branch : master
2226
2327...
You can’t perform that action at this time.
0 commit comments