Skip to content

Commit d91c73d

Browse files
committed
build: a slight refactoring release pipeline
1 parent 25afaee commit d91c73d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,19 @@ jobs:
7474
TAG_NAME: v${{ needs.build.outputs.version }}
7575

7676
steps:
77-
- name: Release version
78-
run: echo "Release version is ${{ env.TAG_NAME }}"
79-
8077
- name: Download build artifact
8178
uses: actions/download-artifact@v4
8279
with:
8380
name: csaps-packages
8481
path: dist
8582

86-
- name: Check tag
83+
- name: Check tag ${{ env.TAG_NAME }}
8784
uses: mukunku/tag-exists-action@v1.6.0
8885
id: check-tag
8986
with:
9087
tag: ${{ env.TAG_NAME }}
9188

92-
- name: Create tag
89+
- name: Create tag ${{ env.TAG_NAME }}
9390
if: ${{ steps.check-tag.outputs.exists == 'false' }}
9491
uses: actions/github-script@v7
9592
with:

0 commit comments

Comments
 (0)