Skip to content

Commit 7e91fd8

Browse files
ci(deps): Bump flex-development/gh-release-url-action from 2.0.1 to 2.1.0 (#13)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1104e4f commit 7e91fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-chore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
filter: .tagprefix
9898
- id: environment
9999
name: Get release tag
100-
uses: flex-development/gh-release-url-action@2.0.1
100+
uses: flex-development/gh-release-url-action@2.1.0
101101
with:
102102
tag-prefix: ${{ steps.tag-prefix.outputs.result }}
103103
version: ${{ steps.version.outputs.match }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tag-prefix: ${{ steps.tag-prefix.outputs.result }}
6666
- id: environment
6767
name: Get release url
68-
uses: flex-development/gh-release-url-action@2.0.1
68+
uses: flex-development/gh-release-url-action@2.1.0
6969
with:
7070
version: ${{ steps.version.outputs.tag }}
7171
- id: dist

0 commit comments

Comments
 (0)