diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-19 16:35:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-19 16:35:58 -0400 |
| commit | 9b4ae0868d5f5a5ef1d49843737f950bbb841cbf (patch) | |
| tree | b3c2f77809b8e8f7c556fa413e54be26f0b5a17c /.github | |
| parent | 1bdf5a2081b1567ed73d8f85edae53c3f9724e2b (diff) | |
chore: update deno automation to 0.12 (#15248)
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: |
