Skip to content

Commit

Permalink
Maint release workflow (#23)
Browse files Browse the repository at this point in the history
* removed arguments from release workflow checkout action
  • Loading branch information
wranders authored Oct 29, 2023
1 parent df69346 commit d27b1e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
- run: git tag -l --format='%(contents:subject)%0a%0a%(contents:body)' > RELEASE.txt
- uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit d27b1e6

Please sign in to comment.