Skip to content

Commit 40a92d4

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
1+
# 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)' || '' }}
45

56
on:
67
workflow_dispatch:

0 commit comments

Comments
 (0)