From ae0af7d4b3781c66233bbb677b6e11df1f5b416b Mon Sep 17 00:00:00 2001 From: IG Date: Wed, 6 Nov 2024 11:23:01 +0000 Subject: [PATCH] release in GH --- .github/workflows/lib.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index 37e42fb..252f56f 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -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