diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo_publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index 6c8bd40b5..f3f354543 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -37,7 +37,7 @@ jobs: - name: Publish env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - run: ./tools/release/03_publish_crates.ts --real + run: ./tools/release/03_publish_crates.ts - name: Create release tag and check forward commit to main env: |
