Skip to content

Commit f6a473e

Browse files
committed
fix: create-release not running
1 parent fd19d68 commit f6a473e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: ["ubuntu-22.04"]
20-
php: ["8.1"]
20+
php: ["8.1", "8.2"]
2121

2222
steps:
2323
- name: 📦 Check out the codebase

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: google-github-actions/release-please-action@v3
1717
id: release
1818
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2020
release-type: node
2121
package-name: php-package-tpl
2222
default-branch: master

0 commit comments

Comments
 (0)