Skip to content

Commit 11a7768

Browse files
committed
Try force deploy on ci
1 parent 8bfa663 commit 11a7768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
registry-url: "https://registry.npmjs.org"
2121

22+
- run: |
23+
git commit --allow-empty -m "feat(deploy): Release a new version"
24+
2225
- uses: tobua/release-npm-action@v3
2326
with:
2427
MANUAL_TRIGGER: "regular"

0 commit comments

Comments
 (0)