diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54fefd6b..e9bb8eb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,4 +27,11 @@ jobs: ./plugin.sh rm plugin.sh ls -ls - + - name: Release + uses: softprops/action-gh-release@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag_name: v${{ env.VERSION }} + make_latest: true + files: | + *.txz