Skip to content

Commit

Permalink
fix string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 11, 2025
1 parent f25a1f2 commit f5fde66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
uses: softprops/action-gh-release@v2
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.upload == 'true' || github.event_name == 'push' }}
with:
tag_name: v${CONNET_VERSION}
files: "dist/archive/connet-${CONNET_VERSION}-*.tar.gz"
tag_name: v${{ CONNET_VERSION }}
files: "dist/archive/connet-${{ CONNET_VERSION }}-*.tar.gz"

docker-x86:
name: Docker x86
Expand Down

0 comments on commit f5fde66

Please sign in to comment.