Skip to content

Commit a50e84d

Browse files
committed
Try fixing releases again
1 parent 9237cde commit a50e84d

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.github/workflows/vcpkg_ci_linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ jobs:
241241
uses: softprops/action-gh-release@v1
242242
with:
243243
files: ${{ env.ARTIFACT_NAME }}
244-
tag_name: ${{ github.ref }}
245-
release_name: ${{ github.ref }}
246-
draft: true
247244
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
248245
token: ${{ secrets.RELEASE_TOKEN }}
249246

.github/workflows/vcpkg_ci_mac.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ jobs:
206206
uses: softprops/action-gh-release@v1
207207
with:
208208
files: ${{ env.ARTIFACT_NAME }}
209-
tag_name: ${{ github.ref }}
210-
release_name: ${{ github.ref }}
211-
draft: true
212209
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
213210
token: ${{ secrets.RELEASE_TOKEN }}
214211

.github/workflows/vcpkg_ci_windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ jobs:
190190
uses: softprops/action-gh-release@v1
191191
with:
192192
files: ${{ env.ARTIFACT_NAME }}
193-
tag_name: ${{ github.ref }}
194-
release_name: ${{ github.ref }}
195-
draft: true
196193
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
197194
token: ${{ secrets.RELEASE_TOKEN }}
198195

.github/workflows/vcpkg_release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ jobs:
1515
id: create_release
1616
uses: softprops/action-gh-release@v1
1717
with:
18-
tag_name: ${{ github.ref }}
19-
release_name: ${{ github.ref }}
20-
draft: true
2118
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
2219
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)