Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 5451285

Browse files
committed
workflow test
1 parent 9b4a6e8 commit 5451285

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
| head -n1 \
3030
| cut -d\" -f2)
3131
echo "RELEASE_NAME=Release v${ver}" >> $GITHUB_ENV
32-
echo "TAG_NAME=release-${ver}" >> $GITHUB_ENV
32+
echo "TAG_NAME=${ver}" >> $GITHUB_ENV
3333
3434
- name: Create GitHub Release
3535
uses: ncipollo/release-action@v1
3636
with:
3737
tag: ${{ env.TAG_NAME }}
3838
name: ${{ env.RELEASE_NAME }}
39-
body: "Automated release of v${{ steps.ver.outputs.ver }}"
39+
body: "Automated release of v${{ env.TAG_NAME }}"
4040
draft: false
4141
prerelease: false
4242
artifacts: "target/release/codlinux"

0 commit comments

Comments
 (0)