Skip to content

Commit 71b0c8f

Browse files
committed
Fix release check
1 parent 0dd5bdd commit 71b0c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
bin/metainfo_version.sh
2828
- name: Check release tag matches version
29-
run: test "refs/tags/v${{ steps.versions.outputs.version }}" = ${{ github.ref }}
29+
run: test "refs/tags/v${{ steps.version.outputs.version }}" = ${{ github.ref }}
3030
- name: Download & install libcskk
3131
run: |
3232
wget https://github.com/naokiri/cskk/releases/download/v${{ steps.cskk_version.outputs.cskk_version }}/libcskk_${{ steps.cskk_version.outputs.cskk_version }}_amd64.deb

0 commit comments

Comments
 (0)