We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a771df commit c63ede0Copy full SHA for c63ede0
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
shell: bash
80
run: |
81
echo "BEAM_VERSION=$(cat beam_version.gen)" >> $GITHUB_ENV
82
- echo "BEAM_TARGET_SUFFIX=-mainnet" >> $GITHUB_ENV
+ echo "BEAM_TARGET_SUFFIX=" >> $GITHUB_ENV
83
rm beam_version.gen
84
85
###############################################################################
0 commit comments