Skip to content

Commit

Permalink
Merge pull request #5934 from filecoin-project/opt/push-all-tag
Browse files Browse the repository at this point in the history
opt: push all tag to tianyan
  • Loading branch information
hunjixin authored Apr 25, 2023
2 parents 847201c + 29f74f3 commit 6e10aef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:
export is_tag_create=false
export rx_tag='^refs\/tags\/.*'
export rx_version_tag='^v([0-9]+\.){0,2}(\*|[0-9]+)(-rc[0-9]*){0,1}$'
if [[ "${{github.ref}}" =~ $rx_tag ]]; then
export is_tag_create=true
if [[ "${{github.ref_name}}" =~ $rx_version_tag ]]; then
export pub_method=pushRelease
fi
export pub_method=pushRelease
fi
if [[ "${{secrets.OSS_KEY_ID}}" != "" && \
Expand Down

0 comments on commit 6e10aef

Please sign in to comment.