Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

sugerio/github-release-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-release-action

Github action to auto release tag Example:

name: Publish Github Release

on:
  push:
    branches:
      - 'main'

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Create a Release
      uses: sugerio/github-release-action@main
      env:
        GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
      with:
        commit_message: "sample-commit-message"

About

Github action to auto release tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published