Skip to content

Commit

Permalink
SKIP_GUEST_BUILD in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Dec 20, 2024
1 parent 82fff65 commit 6d5bd92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:

- name: Build Project
env:
# TODO: make this dynamic somehow
CITREA_NETWORK: testnet
SKIP_GUEST_BUILD: 1
run: |
cargo build --release
Expand Down Expand Up @@ -77,7 +76,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Project
env:
REPR_GUEST_BUILD: 1
SKIP_GUEST_BUILD: 1
run: |
source $HOME/.cargo/env
cargo build --release
Expand Down

0 comments on commit 6d5bd92

Please sign in to comment.