Skip to content

Commit

Permalink
ci: move release-type from workflow parameters to config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiKAC committed Jun 16, 2024
1 parent 3597bcd commit ca2d056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/leaf2mqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: dart
token: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"release-type": "node",
"packages": {
".": {
"extra-files": [
Expand Down

0 comments on commit ca2d056

Please sign in to comment.