Skip to content

Commit

Permalink
fix(ci): change release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Penserini committed Oct 18, 2024
1 parent 1aa11b2 commit 776fb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
chmod +x ./build-deploy.sh
./build-deploy.sh
release_name=$(find . -name "zoekt-*.gz" | xargs -I'{}' basename "{}" | sed 's/zoekt-//' | cut -d. -f1)
echo "::set-output name=release_name::$release_name"
echo "release_name = $release_name" >> $GITHUB_OUTPUT
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 776fb94

Please sign in to comment.