Skip to content

Commit 972c195

Browse files
committed
build: fix release number
1 parent b6eeec2 commit 972c195

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/publish-to-brew/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ runs:
1414
fail_on_unmatched_files: true
1515
files: |
1616
algokit-explorer_*.dmg
17-
tag_name: ${{ inputs.release-version }}
17+
name: ${{ inputs.release-version }}
1818
prerelease: ${{ contains(inputs.release-version, 'beta') }}

.github/actions/publish-to-snap/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
fail_on_unmatched_files: true
4040
files: |
4141
*.snap
42-
tag_name: ${{ inputs.release-version }}
42+
name: ${{ inputs.release-version }}
4343
prerelease: ${{ contains(inputs.release-version, 'beta') }}
4444

4545
# once we have the release token, we will publish the snap to Snap Store

.github/actions/publish-to-winget/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ runs:
1414
fail_on_unmatched_files: true
1515
files: |
1616
algokit-explorer_*.msi
17-
tag_name: ${{ inputs.release-version }}
17+
name: ${{ inputs.release-version }}
1818
prerelease: ${{ contains(inputs.release-version, 'beta') }}

0 commit comments

Comments
 (0)