Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qinqon authored Feb 3, 2022
1 parent a9aa1a8 commit 25824b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.baseBranch }}
ref: ${{ github.event.inputs.baseBranch }}
fetch-depth: 0
- name: Pull latest of latest branch
run: git pull --ff-only --rebase origin ${{ github.event.inputs.baseBranch }}
- name: Tag a ${{ github.event.inputs.versionLevel }} version
Expand Down

0 comments on commit 25824b8

Please sign in to comment.