Skip to content

Commit

Permalink
feat: ci trigger release build
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Oct 5, 2023
1 parent 18d21f6 commit b70f9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GH_TOKEN_TRIGGER_RELEASE }}
command: manifest
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
".": {
"exclude-paths": [".act",".github",".vscode","docs"],
"exclude-paths": [".act",".vscode","docs"],
"include-component-in-tag": false,
"include-v-in-tag": false,
"package-name": "hikers-book"
Expand Down

0 comments on commit b70f9b4

Please sign in to comment.