Skip to content

Commit c2a42da

Browse files
committed
fix: remove public/base.manifest.json from paths-ignore to ensure version updates are processed
1 parent 7715d9c commit c2a42da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto_tag_master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '.github/**'
1212
- '*.md'
1313
- '.vscode/**'
14+
- 'public/base.manifest.json'
1415
workflow_dispatch:
1516

1617
jobs:
@@ -50,5 +51,7 @@ jobs:
5051
file_pattern: public/base.manifest.json
5152
- name: Tag branch
5253
run: |
54+
git config --global user.name "github-actions[bot]"
55+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5356
git tag -a ${{ steps.tag_version.outputs.new_tag }} -m "Tag ${{ steps.tag_version.outputs.new_tag }}."
5457
git push origin ${{ steps.tag_version.outputs.new_tag }}

0 commit comments

Comments
 (0)