Skip to content

Commit b853cbb

Browse files
authored
fix (#184)
Signed-off-by: wang yan <[email protected]>
1 parent 52283da commit b853cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)