diff options
| author | 2026-01-18 21:32:32 +0800 | |
|---|---|---|
| committer | 2026-01-18 21:32:32 +0800 | |
| commit | 48e918b8f66fbc395651bfec5bfd14d861205cae (patch) | |
| tree | 9eea5b0d2a15ebe3c77e7a9af7f2d362fe19f863 /.github | |
| parent | b9de45028667b4b0fc3ae37084e65ecb97ab94ff (diff) | |
| download | DropOut-48e918b8f66fbc395651bfec5bfd14d861205cae.tar.gz DropOut-48e918b8f66fbc395651bfec5bfd14d861205cae.zip | |
ci(semifold): release ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index cc3770a..79df1b1 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -2,8 +2,6 @@ name: Semifold CI on: push: branches: [main] - pull_request: - branches: [main] env: CARGO_TERM_COLOR: always @@ -177,7 +175,7 @@ jobs: - name: List artifacts run: ls -R artifacts/ - name: Semifold CI - run: semifold publish --debug --dry-run --allow-dirty + run: semifold ci env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} |