Skip to content

Commit d27b1e6

Browse files
authored
Maint release workflow (#23)
* removed arguments from release workflow checkout action
1 parent df69346 commit d27b1e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
with:
12-
fetch-depth: 1
13-
fetch-tags: true
1411
- run: git tag -l --format='%(contents:subject)%0a%0a%(contents:body)' > RELEASE.txt
1512
- uses: softprops/action-gh-release@v1
1613
env:

0 commit comments

Comments
 (0)