We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cbba0 commit c096a8dCopy full SHA for c096a8d
.github/workflows/build-publish-nuget.yml
@@ -36,14 +36,3 @@ jobs:
36
- name: Cake Frosting Build and Push NuGet
37
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 }}
38
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