Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
garmin devops: fix get-tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
dga711 committed Nov 25, 2020
1 parent fa2810c commit 4aa50f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-g1000-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-g1000.xml
- name: Get clean tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name
- name: Zip Release Files
run: Compress-Archive -Path build\* -DestinationPath workingtitle-g1000.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-g1000-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-g1000.xml
- name: Get clean tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name
- name: Zip Release Files
run: Compress-Archive -Path build\* -DestinationPath workingtitle-g1000.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-g3000-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-g3000.xml
- name: Get clean tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name
- name: Zip Release Files
run: Compress-Archive -Path build\* -DestinationPath workingtitle-g3000.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-g3000-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-g3000.xml
- name: Get clean tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name
- name: Zip Release Files
run: Compress-Archive -Path build\* -DestinationPath workingtitle-g3000.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-gx-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-gx.xml
- name: Get clean tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name
- name: Zip Release Files
run: Compress-Archive -Path build\* -DestinationPath workingtitle-gx.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-gx-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-gx.xml
- name: Get clean tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name
- name: Zip Release Files
run: Compress-Archive -Path build\* -DestinationPath workingtitle-gx.zip
Expand Down

0 comments on commit 4aa50f6

Please sign in to comment.