Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-abblix committed Apr 29, 2024
1 parent c0b98aa commit e36359d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
versioning:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.set_version.outputs.new_version }}-beta
version: ${{ steps.set_version.outputs.new_version }}
steps:
- uses: actions/[email protected]
- name: Bump version and push tag
Expand All @@ -17,11 +17,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch # Automatically bump patch version
release_branches: master
custom_tag: ${{ steps.set_version.outputs.new_version }}-beta
create_annotated_tag: true
pre_release_branches: .*
append_to_pre_release_tag: -beta
release_branches: release.*,hotfix.*,master
pre_release_branches: feature.*

build:
needs: versioning
Expand Down

0 comments on commit e36359d

Please sign in to comment.