Skip to content

Commit c096a8d

Browse files
committed
Removed the 'create release' task from the github action
1 parent 21cbba0 commit c096a8d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-publish-nuget.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,3 @@ jobs:
3636
- name: Cake Frosting Build and Push NuGet
3737
run: dotnet run --project ${{ github.workspace }}/build/Build.csproj -- --srcDirectoryPath=${{ env.SRC_DIRECTORY_PATH_LIB }} --nugetVersion=${{ env.NUGET_VERSION }} --pushNuget=${{ env.PUSH_NUGET }} --nugetPushToken=${{ secrets.NUGET_PUSH_TOKEN }}
3838

39-
- name: Create Release
40-
id: create_release
41-
uses: actions/create-release@v1
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
with:
45-
tag_name: ${{ env.NUGET_VERSION }}
46-
release_name: Release ${{ env.NUGET_VERSION }}
47-
draft: false
48-
prerelease: true
49-

0 commit comments

Comments
 (0)