Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 552 Bytes

File metadata and controls

18 lines (14 loc) · 552 Bytes

create-github-release

A composite action which will create a GitHub Release using an existing tag in the GitHub repository.

Example

      - name: Create GitHub Release
        uses: ritterim/public-github-actions/create-github-release@v1.17
        with:
          github_repository: ${{ github.repository }}
          github_token: ${{ github.token }}
          release_title: ${{ github.event.head_commit.message }}
          version_tag: ${{ env.GH_REF_NAME }}