Skip to content

Commit 44db125

Browse files
committed
feat: change ci and path trigger
1 parent 247c41f commit 44db125

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: branch-names
3131
uses: tj-actions/branch-names@v8
3232

33-
# Verify tag is on main or release branch and npm package version matches tag
33+
# Verify tag is on main or release branch
3434
- name: Verify tag is on main or release branch
3535
if: env.IS_TAG_TRIGGER == 'true'
3636
run: |

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
default-branch: main
5252
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
5353
release-type: simple
54-
path: ${{ matrix.package }}
5554
package-name: ${{ matrix.package }}
5655
version-file: ${{ matrix.package }}/version.txt
5756
changelog-path: ${{ matrix.package }}/CHANGELOG.md

.release-please-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)