Skip to content

Commit

Permalink
build: remove feature release support
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Jan 10, 2023
1 parent f5ced5f commit 1994c1e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@ jobs:
- name: Set Git user as GitHub actions
run: git config --global user.email "[email protected]" && git config --global user.name "github-actions"

- name: Create Continuous Deployment - Feature Branch
if: steps.get_branch.outputs.branch != 'master' && !inputs.production_release
run: |
poetry run semantic-release \
-v DEBUG \
--prerelease \
--patch \
--define=prerelease_tag=beta+${{ steps.get_branch.outputs.branch }} \
--define=branch=${{ steps.get_branch.outputs.branch }} \
publish
gh release edit --prerelease "$(git describe $(git rev-list --tags --max-count=1))"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Continuous Deployment - Beta (non-prod)
if: steps.get_branch.outputs.branch == 'master' && !inputs.production_release
run: |
Expand Down

0 comments on commit 1994c1e

Please sign in to comment.