Skip to content

Commit

Permalink
adjust tagging action
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Oct 20, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent adcfc5d commit df4e0d5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
@@ -88,20 +88,11 @@ 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:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.artifact_name }}
tag: ${{ github.ref }}
asset_name: miniserve-$tag-${{ matrix.release_name }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
asset_name: songsonar-$tag-${{ matrix.release_name }}
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit df4e0d5

Please sign in to comment.