diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 004f940..3b98648 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -22,8 +22,14 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: Login + uses: https://github.com/actions-rs/cargo@v1 + with: + command: login + + - name: Publish uses: https://github.com/actions-rs/cargo@v1 with: command: publish - args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token="${{ secrets.PACKAGE_TOKEN }}" + args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token "${{ secrets.PACKAGE_TOKEN }}"