File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v4
2525 - name : Fetch Library version
2626 id : vars
27- run : echo libVersion:: ${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
27+ run : echo libVersion= ${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
2828 - name : benchmark test
2929 if : ${{ success() }}
3030 run : ./gradlew clean setLibraryVersion benchmark
4141 uses : actions/checkout@v4
4242 - name : Set output
4343 id : vars
44- run : echo tag:: ${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
44+ run : echo tag= ${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
4545 - name : Set up Java
4646 uses : actions/setup-java@v4
4747 with :
Original file line number Diff line number Diff line change 6060 uses : actions/checkout@v4
6161 - name : Fetch Library version
6262 id : vars
63- run : echo libVersion:: ${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
63+ run : echo libVersion= ${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
6464 - name : benchmark test
6565 if : ${{ success() }}
6666 run : ./gradlew clean setLibraryVersion benchmark
You can’t perform that action at this time.
0 commit comments