Skip to content

Commit

Permalink
ci: Update master branch post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Jul 26, 2024
1 parent c132be8 commit ad16bb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ runs:
shell: bash
run: cargo publish --locked --token ${{ inputs.crates-io-token }}

- name: Update master
shell: bash
run: git checkout master && git merge ${{ github.ref_name }} && git push
continue-on-error: true

- name: Notify
if: ${{ inputs.issues-closed }}
uses: alorel-actions/semantic-release-lite/notify@v0
Expand Down

0 comments on commit ad16bb7

Please sign in to comment.