Skip to content

Commit

Permalink
ci: fix publish crate failing
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Apr 9, 2023
1 parent a9b1c74 commit 682d90a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
token: ${{ secrets.PAT }}
bodyFile: GITHUB_CHANGELOG.md

- name: Remove Changelog
run: rm GITHUB_CHANGELOG.md

- name: Publish Crate
if: steps.version_commit.outputs.value != 'yes'
run: |
Expand Down

0 comments on commit 682d90a

Please sign in to comment.