File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1414 run : |
1515 echo "CUR_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
1616 echo "BASE_TAG=$(cat ./VERSION)" >> $GITHUB_ENV
17- release=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/goharbor /harbor/releases/tags/${{ github.ref_name }})
17+ release=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/wy65701436 /harbor/releases/tags/${{ github.ref_name }})
1818 echo "BUILD_NO=$(echo $release | jq -r '.body' | jq -r '.buildNo')" >> $GITHUB_ENV
1919 echo "PRE_TAG=$(echo $release | jq -r '.body' | jq -r '.preTag')" >> $GITHUB_ENV
2020 echo "BRANCH=$(echo $release | jq -r '.target_commitish')" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments