Skip to content

Commit

Permalink
ci: add conditional to run changelog update action (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec4r authored Feb 18, 2022
1 parent 7a99291 commit 1595948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
update:
needs: build
runs-on: ubuntu-latest
if: needs.build.outputs.tag
steps:
- uses: actions/checkout@v2
- name: Update Changelog
Expand Down

0 comments on commit 1595948

Please sign in to comment.