diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 0d2c524..5cc95f3 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -25,11 +25,5 @@ jobs: - name: Publish uses: https://github.com/actions-rs/cargo@v1 with: - command: build - args: --release --all-features - - - name: Run - uses: https://github.com/actions-rs/cargo@v1 - with: - command: run - args: -r \ No newline at end of file + command: publish + args: --index="https://git.raptorpond.com/henine/_cargo-index.git" --token="${{ secrets.PACKAGE_TOKEN }}"