Skip to content

Commit

Permalink
Fixing the travis release webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
neutronc committed Dec 2, 2020
1 parent eafc47a commit 41fc739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: 14
java-package: jdk
- name: Get the version
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
id: get_version
with:
tagRegex: "releases\\/(.*)"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
java-version: 14
java-package: jdk
- name: Get the version
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
id: get_version
with:
tagRegex: "releases\\/(.*)"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
java-version: 14
java-package: jdk
- name: Get the version
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
id: get_version
with:
tagRegex: "releases\\/(.*)"
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Get the version
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
id: get_version
with:
tagRegex: "releases\\/(.*)"
Expand Down

0 comments on commit 41fc739

Please sign in to comment.