/publish-latest-release

Github Action publishing the last drafted repository release.

Primary LanguageJavaScriptMIT LicenseMIT

publish-latest-release

This action publishes the latest drafted release available.

⚠️ This action won't fail if there is none.

Usage

      - name: Publish Latest Release
        uses: ivangabriele/publish-latest-release@v3
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}