Skip to content

Commit

Permalink
👷 Only publish release notes and tag commit if build verifications su…
Browse files Browse the repository at this point in the history
…cceed
  • Loading branch information
TeoZosa committed Aug 7, 2021
1 parent f126565 commit 63cfbec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,10 @@ jobs:
publish-release-notes:
name: Publish release notes
runs-on: ubuntu-latest
needs: get-tag-xor-dev-version
needs:
- get-tag-xor-dev-version
{% if cookiecutter.project_type == 'package' -%} - verify-user-install {%- endif %}
- docker-image-build-and-upload
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.3
Expand Down

0 comments on commit 63cfbec

Please sign in to comment.