Skip to content

Commit

Permalink
release in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 6, 2024
1 parent b766eb0 commit ae0af7d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
# if: ${{ !env.VERSION_SUFFIX }}
# run: echo 'hey'

# - name: 📢 Create release
# uses: softprops/action-gh-release@v1
# if: ${{ !env.VERSION_SUFFIX }}
# with:
# tag_name: ${{ env.VERSION }}
# name: ${{ env.VERSION }}
# files: |
# *.nupkg
# body_path: release-notes.md
- name: 📢 Create release
uses: softprops/action-gh-release@v1
if: ${{ !env.VERSION_SUFFIX }}
with:
tag_name: ${{ env.VERSION }}
name: ${{ env.VERSION }}
files: |
*.nupkg
body_path: release-notes.md

0 comments on commit ae0af7d

Please sign in to comment.