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 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 }}[email protected] 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
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 }}[email protected] 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