Skip to content

Commit a33db83

Browse files
authored
Update .github/workflows/pack.yml
1 parent 8358655 commit a33db83

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/pack.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
git_user_signingkey: true
3939
git_commit_gpgsign: true
4040

41-
- name: Update submodule
41+
- name: Update Help.zip
4242
run: |
43-
git config user.name "PCL-Community-Bot"
44-
git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
45-
git commit -S -a -m "chore: update Help.zip to ${{ github.ACTION_REPOSITORY }}@${{ github.sha }}"
46-
git push origin dev
47-
fi
43+
git config user.name "PCL-Community-Bot"
44+
git config user.email "167983016+PCL-Community-Bot@users.noreply.github.com"
45+
git commit -S -a -m "chore: update Help.zip to ${{ github.ACTION_REPOSITORY }}@${{ github.sha }}"
46+
git push origin dev

0 commit comments

Comments
 (0)