Create a GitHub release for a given tag if the release does not already exist.
create-release:
runs-on: ubuntu-latest
steps:
- uses: infrabits/ci-create-missing-release@main
with:
tag: example
github-token: ${{ secrets.GITHUB_TOKEN }} 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