An open API service indexing awesome lists of open source software.

https://github.com/its-alex/playground-release-tag-with-github-actions

This is a playground to find how tag and release work with github-actions
https://github.com/its-alex/playground-release-tag-with-github-actions

Last synced: 4 months ago
JSON representation

This is a playground to find how tag and release work with github-actions

Awesome Lists containing this project

README

          

# playground-release-tag-with-github-actions

This is a playground to find how tag and release work with github-actions.

This is setup as follow:

- [`pre-release`](/.github/workflows/pre-release%20copy.yml) One CI to push pre-release when a push is appended on master
- [`release`](/.github/workflows/release.yml)Another one to publish a release when a new tag is pushed