From 9a1756bf6c359d3c779630f2940367868ced6b03 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 19:24:27 +0100 Subject: [PATCH] build(forgejo): remove publish-to-crates-io step This is now handled by release-plz --- .../publish-to-crates-io.yml.disabled | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 .forgejo/workflows/publish-to-crates-io.yml.disabled diff --git a/.forgejo/workflows/publish-to-crates-io.yml.disabled b/.forgejo/workflows/publish-to-crates-io.yml.disabled deleted file mode 100644 index c5892e6..0000000 --- a/.forgejo/workflows/publish-to-crates-io.yml.disabled +++ /dev/null @@ -1,25 +0,0 @@ -name: Publish to crates.io - -on: - release: - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: docker - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Login - uses: https://git.kemitix.net/kemitix/rust@v0.3.1 - with: - args: login "$CARGO_REGISTRY_TOKEN" - - - name: Publish - uses: https://git.kemitix.net/kemitix/rust@v0.3.1 - with: - args: publish --registry crates-io --no-verify