We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247c41f commit 44db125Copy full SHA for 44db125
.github/workflows/docker-build.yml
@@ -30,7 +30,7 @@ jobs:
30
id: branch-names
31
uses: tj-actions/branch-names@v8
32
33
- # Verify tag is on main or release branch and npm package version matches tag
+ # Verify tag is on main or release branch
34
- name: Verify tag is on main or release branch
35
if: env.IS_TAG_TRIGGER == 'true'
36
run: |
.github/workflows/release-please.yml
@@ -51,7 +51,6 @@ jobs:
51
default-branch: main
52
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
53
release-type: simple
54
- path: ${{ matrix.package }}
55
package-name: ${{ matrix.package }}
56
version-file: ${{ matrix.package }}/version.txt
57
changelog-path: ${{ matrix.package }}/CHANGELOG.md
.release-please-manifest.json
0 commit comments