Skip to content

Commit

Permalink
Don't create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke authored Oct 10, 2023
1 parent 0c3bcc2 commit 96b4b5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

- name: Create a Release
uses: elgohr/Github-Release-Action@v4
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: ${{ env.PACKAGE_VERSION }}
# - name: Create a Release
# uses: elgohr/Github-Release-Action@v4
# env:
# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
# with:
# title: ${{ env.PACKAGE_VERSION }}

0 comments on commit 96b4b5e

Please sign in to comment.