Skip to content

Commit

Permalink
temp: temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende committed Jan 13, 2025
1 parent a05818f commit 17b8268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- feat/release-please-test2

permissions:
contents: write
Expand All @@ -22,6 +22,8 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
target-branch: feat/release-please-test2

build-namadillo:
needs: [release-please]
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"include-component-in-tag": true,
"separate-pull-requests": true,
"tag-separator": "@",
"draft": true,
"release-type": "node",
"packages": {
"apps/namadillo": {},
Expand Down

0 comments on commit 17b8268

Please sign in to comment.