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
- Host: GitHub
- URL: https://github.com/its-alex/playground-release-tag-with-github-actions
- Owner: Its-Alex
- Created: 2021-04-08T17:31:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T10:06:35.000Z (about 5 years ago)
- Last Synced: 2025-10-30T17:48:21.871Z (8 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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