Skip to content

Commit 1b64a16

Browse files
committed
build: use only yarn
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 40a92d4 commit 1b64a16

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
@@ -1,7 +1,7 @@
11
# docs: https://docs.github.com/en/actiorun-namens/reference/workflow-syntax-for-github-actions
22

33
name: Release
4-
run-name: Release ${{ input.newversion }} ${{ inputs.prerelease == 'true' && '(prerelease)' || '' }}
4+
run-name: Release ${{ input.newversion }} ${{ input.prerelease == 'true' && '(prerelease)' || '' }}
55

66
on:
77
workflow_dispatch:

0 commit comments

Comments
 (0)