Skip to content

Commit

Permalink
Fixed release name in GH actions CI/CD flow
Browse files Browse the repository at this point in the history
Signed-off-by: mxmar <[email protected]>
  • Loading branch information
mxmar committed Nov 4, 2021
1 parent cbb0978 commit 4fd33af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
run: |
go run ./build/pan_ci.go install --pandora
- name: Prepare tag name
uses: olegtarasov/[email protected]
id: tagName

- name: Create release
uses: softprops/action-gh-release@v1
with:
name: Release
name: ${{ steps.tagName.outputs.tag }}
draft: false
files: |
./build/bin/pandora-*
Expand Down

0 comments on commit 4fd33af

Please sign in to comment.