mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 16:43:51 +08:00
Add a checkout command to init a git repo
This commit is contained in:
parent
540f3e760f
commit
8b286639ed
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -3,10 +3,12 @@ name: Get branch version
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello_world_job:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Gets the version of the branch
|
name: Gets the version of the branch
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: getversion
|
id: getversion
|
||||||
uses: diligencia/semantic-git-version-action@master
|
uses: diligencia/semantic-git-version-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user