aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/semifold-ci.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml
index dccf884..cc3770a 100644
--- a/.github/workflows/semifold-ci.yaml
+++ b/.github/workflows/semifold-ci.yaml
@@ -176,9 +176,9 @@ jobs:
merge-multiple: true
- name: List artifacts
run: ls -R artifacts/
- # - name: Semifold CI
- # run: semifold ci
- # env:
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- # NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
+ - name: Semifold CI
+ run: semifold publish --debug --dry-run --allow-dirty
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}