Skip to content

Commit ea43353

Browse files
committed
ci: add pushing of test empty commit before release
1 parent 0f30f08 commit ea43353

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
fetch-depth: 0
6161
token: ${{ steps.generate_token.outputs.token }}
6262

63+
- name: Push test commit
64+
run: |
65+
git commit -m 'pre-release test commit' --allow-empty
66+
git push
67+
6368
- name: Install nightly toolchain
6469
uses: actions-rs/toolchain@v1
6570
with:

0 commit comments

Comments
 (0)