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