Skip to content

Commit

Permalink
ci: remove second release word (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Jun 19, 2023
1 parent 06c994b commit 0d62b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
run: |
mv target/release/client target/release/client22
mv target/release/config-check target/release/config-check22
mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.tar.bz2 ${{ env.GEYSER_PLUGIN_NAME }}22-release-x86_64-unknown-linux-gnu.tar.bz2
mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.yml ${{ env.GEYSER_PLUGIN_NAME }}22-release-x86_64-unknown-linux-gnu.yml
mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.tar.bz2 ${{ env.GEYSER_PLUGIN_NAME }}-release22-x86_64-unknown-linux-gnu.tar.bz2
mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.yml ${{ env.GEYSER_PLUGIN_NAME }}-release22-x86_64-unknown-linux-gnu.yml
- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -117,7 +117,7 @@ jobs:
solana ${{ env.SOLANA_VERSION }}
rust ${{ env.RUST_STABLE }}
files: |
${{ env.GEYSER_PLUGIN_NAME }}22-release-*
${{ env.GEYSER_PLUGIN_NAME }}-release22-*
yellowstone-grpc-proto/proto/*.proto
target/release/client22
target/release/config-check22
2 changes: 1 addition & 1 deletion ci/env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
plugin_name=yellowstone-grpc-geyser-release
plugin_name=yellowstone-grpc-geyser
plugin_lib_name=yellowstone_grpc_geyser

0 comments on commit 0d62b1e

Please sign in to comment.