diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d6cdd9..c4a9e66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: publish: runs-on: ubuntu-latest needs: build -# if: github.ref_type == 'tag' + if: github.ref_type == 'tag' steps: - name: Download release assets uses: actions/download-artifact@v4 @@ -61,11 +61,11 @@ jobs: - name: Display structure of downloaded files run: ls -ln release -# - name: Create GitHub Release -# uses: softprops/action-gh-release@v2 -# with: -# files: release/smeditor-* -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Create GitHub Release + uses: softprops/action-gh-release@v2 + with: + files: release/smeditor-* + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}