Skip to content

Commit

Permalink
ci: add pushing of test empty commit before release
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jul 22, 2024
1 parent 0f30f08 commit ea43353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}

- name: Push test commit
run: |
git commit -m 'pre-release test commit' --allow-empty
git push
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit ea43353

Please sign in to comment.