Skip to content

Commit

Permalink
Using the current branch when release v3 (#3602)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Nov 17, 2023
1 parent 8464324 commit 370cdef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
# the tag MAJOR.MINOR.PATCH event, but we still need to deploy the maven-release-plugin master commit.
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 1 # only need the HEAD commit as license check isn't run
submodules: recursive
- name: Cache local Maven repository
uses: actions/cache@v2
with:
Expand All @@ -38,4 +37,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: | # GITHUB_REF will be refs/tags/release-MAJOR.MINOR.PATCH
build-bin/git/login_git &&
build-bin/maven/maven_release $(echo ${GITHUB_REF} | cut -d/ -f 3)
build-bin/maven/maven_release $(echo ${GITHUB_REF} | cut -d/ -f 3) zipkin-v3

0 comments on commit 370cdef

Please sign in to comment.