Skip to content

Commit 247c41f

Browse files
committed
feat: trigger after fix ci
1 parent 7487ccb commit 247c41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)