Skip to content

Commit

Permalink
specify ref as release event ref is last commit on release (#19457)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust authored May 20, 2021
1 parent 5e83162 commit 1babcd6
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 @@ -30,7 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0
ref: main
- run: |
CHANGELOG_FILE_NAME="CHANGELOG.md"
PREVIOUS_RELEASE_TAG=$(git describe --abbrev=0 --match='v*.*.*' --tags)
Expand Down

0 comments on commit 1babcd6

Please sign in to comment.