Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Create missing release

Create a GitHub release for a given tag if the release does not already exist.

Example Usage

  create-release:
    runs-on: ubuntu-latest
    steps:
      - uses: infrabits/ci-create-missing-release@main
        with:
          tag: example
          github-token: ${{ secrets.GITHUB_TOKEN }}

With artifacts

  create-release:
    runs-on: ubuntu-latest
    steps:
      - uses: infrabits/ci-create-missing-release@main
        with:
          tag: example
          github-token: ${{ secrets.GITHUB_TOKEN }}
          artifacts: |
            dist/*.tar.gz
            dist/*.zip

About

GitHub workflow to create a release if it's missing

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors