on:
release:
types:
- published
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: applicreation/versions-action@v2
id: versions
with:
tag: ${{ github.ref_name }}
- run: echo ${{ steps.versions.outputs.has_prefix }}
- run: echo ${{ steps.versions.outputs.major }}
- run: echo ${{ steps.versions.outputs.minor }}
- run: echo ${{ steps.versions.outputs.patch }}-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub action for parsing semantic versions
applicreation/versions-action
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
GitHub action for parsing semantic versions