File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 dotnet-version : " 6.0.x"
4343 - name : Build
44+ env :
45+ BEPIN_DEV_NUGET_KEY : ${{ secrets.BEPIN_DEV_NUGET_KEY }}
4446 run : |
45- ./build.sh --target=Pack --bleeding_edge=${{ steps.be_status.outputs.is_be == 'true' }} --build_id=${{ steps.info.outputs.build_id || 0 }} --last_build_commit=\"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget_push_key=\"${{ secrets. BEPIN_DEV_NUGET_KEY } }\"
47+ ./build.sh --target=Pack --bleeding_edge=${{ steps.be_status.outputs.is_be == 'true' }} --build_id=${{ steps.info.outputs.build_id || 0 }} --last_build_commit=\"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget_push_key=\"${BEPIN_DEV_NUGET_KEY}\"
4648 - name : Upload to BepisBuilds
4749 env :
4850 BEPISBUILDS_HOST : ${{ secrets.BEPISBUILDS_HOST }}
You can’t perform that action at this time.
0 commit comments