feat: Remove dependency on bump-version in GitHub Actions workflow

This commit is contained in:
Artem 2025-04-21 20:49:16 +02:00
parent edb8dfeb4b
commit 595d446122
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -13,7 +13,6 @@ permissions:
jobs:
publish:
runs-on: ubuntu-latest
needs: bump-version
steps:
- name: Checkout repository
if: ${{ !contains(github.event.head_commit.message, '[skip publish]') }}