Skip to content

Commit

Permalink
Replacing olegtarasov/get-tag action with a working fork
Browse files Browse the repository at this point in the history
Dosen't work anymore, see: olegtarasov/get-tag#14
  • Loading branch information
Isty001 committed Dec 9, 2020
1 parent c3c0913 commit 114b93f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Get Tag Name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name

- name: System Setup
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v2

- name: Get Tag Name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name

- name: System Setup
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v2

- name: Get Tag Name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name

- name: System Setup
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
needs: [linux, macos, windows]
steps:
- name: Get Tag Name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
id: tag_name

- name: Create Release
Expand Down

0 comments on commit 114b93f

Please sign in to comment.