We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df69346 commit d27b1e6Copy full SHA for d27b1e6
.github/workflows/release.yaml
@@ -8,9 +8,6 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- with:
12
- fetch-depth: 1
13
- fetch-tags: true
14
- run: git tag -l --format='%(contents:subject)%0a%0a%(contents:body)' > RELEASE.txt
15
- uses: softprops/action-gh-release@v1
16
env:
0 commit comments