Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Github Release

Actions
Publish Github releases from an action
3.0
Star (188)

Github-Release-Action

Actions Status

Publish Github releases

Usage

New workflow

name: Publish Release
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Create a Release
      uses: elgohr/Github-Release-Action@master
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        args: MyReleaseMessage

Argument

The message which should appear in the release

Github Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publish Github releases from an action
3.0

Github Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.