Skip to content

Commit 32d74fd

Browse files
authored
Update release.yml
1 parent e630aea commit 32d74fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 0
19-
ref: auto-changelogs
2019

2120
- uses: actions/setup-python@v1
2221
with:
@@ -44,4 +43,4 @@ jobs:
4443
git tag v${VERSION}
4544
4645
git push origin master
47-
git push --tags
46+
git push --tags

0 commit comments

Comments
 (0)