Skip to content

Commit 0bbbb45

Browse files
committed
Update release.yml
1 parent 069be7c commit 0bbbb45

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,3 @@ jobs:
8282
run: |
8383
SUFFIX="${{ github.event.inputs.PrereleaseSuffix }}"
8484
dotnet nuget push ./APIMatic.Core/bin/release/APIMatic.Core.${{ github.event.inputs.Version }}-prelease-$SUFFIX.nupkg -k ${{ secrets.NUGET_API_KEY }} -s nuget.org
85-
86-
- name: Create Tag
87-
id: tag_version
88-
uses: mathieudutour/[email protected]
89-
with:
90-
github_token: ${{ secrets.TAGS_TOKEN }}
91-
custom_tag: ${{ github.event.inputs.Version }}-prelease${{ github.event.inputs.PrereleaseSuffix && format('-{0}', github.event.inputs.PrereleaseSuffix) || '' }}
92-
tag_prefix: ""
93-
94-
- name: Create Release
95-
uses: ncipollo/release-action@v1
96-
with:
97-
tag: ${{ steps.tag_version.outputs.new_tag }}
98-
name: Prerelease Version ${{ github.event.inputs.Version }}-prelease${{ github.event.inputs.PrereleaseSuffix && format('-{0}', github.event.inputs.PrereleaseSuffix) || '' }}
99-
body: ${{ steps.tag_version.outputs.changelog }}
100-

0 commit comments

Comments
 (0)