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

Commit

Permalink
Devops: Fix get-tag action in builds (#574)
Browse files Browse the repository at this point in the history
* cj4 devops: fix get-tag action
* garmin devops: fix get-tag action
  • Loading branch information
dga711 authored Nov 25, 2020
1 parent 28c8aa7 commit 3eb5108
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-cj4-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 -OutputPath '.\build' -Project 'workingtitle-project-cj4meta.xml' -CleanBuild
- 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-cj4.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workingtitle-cj4-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 -OutputPath '.\build' -Project 'workingtitle-project-cj4meta.xml' -CleanBuild
- 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-cj4.zip
Expand Down
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 3eb5108

Please sign in to comment.