update worklows

This commit is contained in:
MedzikUser 2022-01-23 14:51:51 +01:00
parent 10ffa6c722
commit be0452644b
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 0 additions and 8 deletions

View File

@ -83,14 +83,6 @@ jobs:
shell: bash
if: startsWith(github.ref, 'refs/tags/v')
- name: Get CHANGELOG.md entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v1
with:
version: ${{ steps.tag_name.outputs.current_version }}
path: ./CHANGELOG.md
if: startsWith(github.ref, 'refs/tags/v')
- name: Publish
uses: svenstaro/upload-release-action@v2
with: