Skip to content

Commit

Permalink
fix: added cleanup prior to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FinsaasGH authored Jun 4, 2023
1 parent 7bde632 commit 73e146b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
- name: Bump versions
run: |
ci/bump_version.sh ${{ inputs.release_version }}
git add .
git commit -m "Bump Cargo.tomls to ${{ inputs.release_version }}"
rm -rf Node-* *.zip
git commit -a -m "Version release: ${{ inputs.release_version }}"
git push
#- name: Sync release to S3 stable
Expand Down

0 comments on commit 73e146b

Please sign in to comment.