Skip to content

Commit c7f05d0

Browse files
authored
fix: Update release-please action and simplify config (#2)
1 parent 2d97e3a commit c7f05d0

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Run release-please
17-
uses: google-github-actions/release-please-action@v4
17+
uses: googleapis/release-please-action@v4
1818
with:
1919
release-type: go
20-
package-name: gocolorlog
21-
repo-url: ayberkgezer/gocolorlog
22-
changelog-types: |
23-
[
24-
{"type": "feat", "section": "Features"},
25-
{"type": "fix", "section": "Bug Fixes"},
26-
{"type": "refactor", "section": "Refactoring"},
27-
{"type": "docs", "section": "Documentation"},
28-
{"type": "chore", "section": "Other Changes"}
29-
]
20+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)