Skip to content

Commit

Permalink
[build] build artifacts on RBE and use those in GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 20, 2024
1 parent b30c94b commit 41bae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Build and Stage Packages
run: ./go all:package
run: ./go all:package[--config=release]
- name: Generate Draft Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 41bae4b

Please sign in to comment.