Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonamAnjos committed Jul 15, 2024
1 parent a7ee90a commit 05bfbd1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
retention-days: 5

# Create a new release and upload the package to the release
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# files: ${{ env.PACKAGE_PATH }}
# tag_name: ${{ steps.version.outputs.version }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ env.PACKAGE_PATH }}
tag_name: ${{ steps.version.outputs.version }}

- name: Push NuGet Package to NuGet Gallery
run: |
Expand Down

0 comments on commit 05bfbd1

Please sign in to comment.