Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 96026b3

Browse files
author
wfg
committed
Fix tag cleanup
1 parent 04bb2bd commit 96026b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Get the version
2020
id: get_version
21-
run: echo ::set-output name=VERSION::${GITHUB_REF#/refs/tags/v}
21+
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
2222

2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)