Skip to content

Commit 9af9de8

Browse files
committed
fix: release
1 parent 446d3dc commit 9af9de8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ jobs:
5454
version: 0.6.5
5555
isPrerelease: false
5656

57-
- name: release library
58-
run: |
59-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
60-
git config user.email ${{ github.actor }}-ci@gha.org
61-
git config user.name ${{ github.actor }}
62-
GIT_TAG=${SEMVER} REVISION=$GITHUB_SHA eirctl run tag
63-
6457
- name: build binary
6558
run: |
6659
eirctl run pipeline build:bin --set VERSION=${SEMVER} --set REVISION=$GITHUB_SHA
@@ -74,3 +67,10 @@ jobs:
7467
token: ${{ secrets.GITHUB_TOKEN }}
7568
files: ./dist/*
7669
prerelease: false
70+
71+
- name: release library
72+
run: |
73+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
74+
git config user.email ${{ github.actor }}-ci@gha.org
75+
git config user.name ${{ github.actor }}
76+
VERSION=${SEMVER} REVISION=$GITHUB_SHA eirctl run tag

0 commit comments

Comments
 (0)