We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1104e4f commit 7e91fd8Copy full SHA for 7e91fd8
.github/workflows/release-chore.yml
@@ -97,7 +97,7 @@ jobs:
97
filter: .tagprefix
98
- id: environment
99
name: Get release tag
100
- uses: flex-development/gh-release-url-action@2.0.1
+ uses: flex-development/gh-release-url-action@2.1.0
101
with:
102
tag-prefix: ${{ steps.tag-prefix.outputs.result }}
103
version: ${{ steps.version.outputs.match }}
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
66
67
name: Get release url
68
69
70
version: ${{ steps.version.outputs.tag }}
71
- id: dist
0 commit comments