From eef5f7956c291c6d8702301098514a340623dd4d Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 18 Mar 2024 05:37:28 +0100 Subject: [PATCH] wip --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fdac25..53885e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,13 +19,13 @@ jobs: - name: Log in to crates.io run: cargo login ${{ secrets.CRATES_IO_TOKEN }} - - name: Publish crate - run: cargo publish + #- name: Publish crate + # run: cargo publish - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ env.VERSION }} + tag_name: v${{ env.VERSION }} files: src/xtlid.xml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}