Skip to content

Commit

Permalink
Merge pull request #224 from dangeroustech/fix/worky-worky-changelog
Browse files Browse the repository at this point in the history
Fix Changelog v2
  • Loading branch information
biodrone authored Jan 29, 2022
2 parents a0bb3cb + 123b00e commit a04a54c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@ jobs:
file: Dockerfile.example
load: true
tags: dangeroustech/streamdl:latest

- name: Create Release
uses: actions/create-release@v1
id: release
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}


- name: Changelog
uses: TriPSs/conventional-changelog-action@v3
Expand All @@ -57,6 +47,17 @@ jobs:
version-file: pyproject.toml
version-path: tool.poetry.version

- name: Create Release
uses: actions/create-release@v1
id: release
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Dockerhub Push Stable
id: dockerhub_stable_push
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "StreamDL"
version = "1.2.9"
version = "2.0.1"
description = "Monitor and Download Streams from a Variety of Websites"
authors = [ "biodrone <[email protected]>" ]
readme = "README.md"
Expand Down

0 comments on commit a04a54c

Please sign in to comment.