File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33
44name : ci
55
6- on : [push]
6+ on :
7+ pull_request :
8+ push :
9+ branches :
10+ master
711
812jobs :
913 build :
Original file line number Diff line number Diff line change 22
33name : Tool CI
44
5- on : [push]
5+ on :
6+ pull_request :
67
78jobs :
89 build :
Original file line number Diff line number Diff line change 2323 - name : Collect git metadata
2424 id : git_metadata
2525 run : |
26- echo ::set-output name= VERSION:: ${GITHUB_REF#refs/tags/v}
26+ echo "{ VERSION}::{ ${GITHUB_REF#refs/tags/v}}" >> $GITHUB_OUTPUT
2727 # The following builds the document in multiple formats for deployment.
2828 - name : Build the document.
2929 shell : bash
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ if [ -z "$version" ]; then
7777 usage " no document version specified"
7878fi
7979
80+ version=PR_${version%/* }
81+
8082# ###############################################################################
8183# Build the document.
8284# ###############################################################################
You can’t perform that action at this time.
0 commit comments