File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 54
54
version : 0.6.5
55
55
isPrerelease : false
56
56
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
-
64
57
- name : build binary
65
58
run : |
66
59
eirctl run pipeline build:bin --set VERSION=${SEMVER} --set REVISION=$GITHUB_SHA
74
67
token : ${{ secrets.GITHUB_TOKEN }}
75
68
files : ./dist/*
76
69
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
You can’t perform that action at this time.
0 commit comments