Skip to content

Commit

Permalink
ci: don't release on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Jan 29, 2022
1 parent e1d1cf3 commit 4ae58f0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
load: true
tags: dangeroustech/streamdl:latest

- name: Version
uses: go-semantic-release/action@v1
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
force-bump-patch-version: true
changelog-generator-opt: "emojis=true"
changelog-file: "CHANGELOG.md"
prepend: true
update-file: pyproject.toml

- name: Dockerhub Push Staging
id: dockerhub_staging_push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 4ae58f0

Please sign in to comment.