diff --git a/.gitea/workflows/release-package.yaml b/.gitea/workflows/release-package.yaml index e68cd1c..7887735 100644 --- a/.gitea/workflows/release-package.yaml +++ b/.gitea/workflows/release-package.yaml @@ -55,7 +55,7 @@ jobs: args: --all-features --workspace --allow-dirty - name: Add registry to cargo config - run: echo -e '[registries.gitea]\nindex = "sparse+https://git.noahknegt.com/api/packages/${{ github.repository_owner }}/cargo/"\n' > ~/.cargo/config + run: echo -e '[registries.gitea]\nindex = "sparse+https://git.noahknegt.com/api/packages/${{ github.repository_owner }}/cargo/"\n' > ~/.cargo/config.toml - name: Login to cargo registry uses: actions-rs/cargo@v1