Skip to content

Commit c63ede0

Browse files
committed
build script - fix
1 parent 9a771df commit c63ede0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash
8080
run: |
8181
echo "BEAM_VERSION=$(cat beam_version.gen)" >> $GITHUB_ENV
82-
echo "BEAM_TARGET_SUFFIX=-mainnet" >> $GITHUB_ENV
82+
echo "BEAM_TARGET_SUFFIX=" >> $GITHUB_ENV
8383
rm beam_version.gen
8484
8585
###############################################################################

0 commit comments

Comments
 (0)