Skip to content

Commit

Permalink
update github actions release
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Aug 16, 2024
1 parent d7c0ef5 commit 95b3d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
id: prep
run: |
find . -name "grpc-client-cli*" -type f -exec chmod +x {} \;
echo ::set-output name=tags::${GITHUB_REF#refs/tags/v}
echo "tags=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- uses: ncipollo/release-action@v1
with:
artifacts: "pkg/grpc-client-cli*"
artifacts: "dist/grpc-client-cli*"
tag: ${{ github.ref }}
name: ${{ github.ref }}
name: ${{ steps.prep.outputs.tags }}
body: |
v${{ steps.prep.outputs.tags }}
draft: false
Expand Down

0 comments on commit 95b3d17

Please sign in to comment.