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 1
1
{
2
- "." : " 2.3 .0"
2
+ "." : " 2.4 .0"
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
# https://github.com/wayofdev/gh-actions/blob/master/.github/workflows/create-release.yml
4
4
# https://github.com/google-github-actions/release-please-action#release-types-supported
5
+ # https://github.com/googleapis/release-please/blob/main/docs/customizing.md
5
6
6
7
on : # yamllint disable-line rule:truthy
7
8
push :
@@ -12,12 +13,15 @@ name: 📦 Create release
12
13
13
14
jobs :
14
15
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
22
26
23
27
...
You can’t perform that action at this time.
0 commit comments