Skip to content

Commit

Permalink
💚 set ci envs
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 7, 2023
1 parent 074d3d9 commit caed28a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Check release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTION_REPOSITORY: ${{ GITHUB_ACTION_REPOSITORY }}
run: |
cd kobi/ci
cargo run --release --bin check-release
Expand Down Expand Up @@ -122,6 +123,8 @@ jobs:

- id: check_asset
name: Check asset
env:
GITHUB_ACTION_REPOSITORY: ${{ GITHUB_ACTION_REPOSITORY }}
run: |
cd kobi/ci
cargo run --release --bin check-asset
Expand Down Expand Up @@ -382,6 +385,7 @@ jobs:
if: steps.check_asset.outputs.skip_build != 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTION_REPOSITORY: ${{ GITHUB_ACTION_REPOSITORY }}
run: |
cd kobi/ci
cargo run --release --bin upload-asset
Expand Down

0 comments on commit caed28a

Please sign in to comment.