Skip to content

Commit

Permalink
updated README with the new actions paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 24, 2020
1 parent 5f2a8b7 commit 4090f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GitHub Actions that allow to install and use the GitVersion and GitReleaseManage

## Usage

See [setup](setup-gitversion/action.yml) and [usage](execute-gitversion/action.yml)
See [setup](gitversion/setup) and [usage](gitversion/execute/action.yml)

## Dependency

Expand All @@ -32,12 +32,12 @@ Basic:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow
- name: Install GitVersion
uses: gittools/actions/setup-gitversion@v0.3
uses: gittools/actions/gitversion/setup@v0.6
with:
versionSpec: '5.1.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/execute-gitversion@v0.3
uses: gittools/actions/gitversion/execute@v0.6
- run: |
echo "Major: ${{ steps.gitversion.outputs.major }}"
echo "Minor: ${{ steps.gitversion.outputs.minor }}"
Expand Down

0 comments on commit 4090f70

Please sign in to comment.