Skip to content

Commit

Permalink
ci(release): add release notice
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Dec 2, 2023
1 parent 4eee23e commit 4a78820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -42,7 +42,9 @@ jobs:
ci: false
- name: Release check
if: steps.version.outputs.new-release-published != 'true'
run: exit 1
run: |
echo "::notice:: No new release version!"
exit 1
- name: Update version
shell: bash
run: poetry version "${{ steps.version.outputs.new-release-version }}"
Expand Down

0 comments on commit 4a78820

Please sign in to comment.