Skip to content

Commit 72ecd9d

Browse files
authored
chore: Try more fixes (#525)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent e1f3324 commit 72ecd9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: release-please
77

88
permissions:
99
contents: write
10+
issues: write
11+
pull-requests: write
1012
packages: write
1113
attestations: write
1214
id-token: write
@@ -23,6 +25,8 @@ jobs:
2325
id: release
2426
with:
2527
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
28+
release-type: ruby
29+
include-component-in-tag: false
2630

2731
- name: Checkout
2832
uses: actions/checkout@v5

release-please-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"releaseType": "ruby",
3-
"changelogPath": "CHANGELOG.md",
4-
"versionFile": "version.rb",
52
"includeComponentInTag": false
63
}

0 commit comments

Comments
 (0)