Skip to content

Commit cc1b341

Browse files
authored
Update Release.yml
1 parent 3362ad4 commit cc1b341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3232
publish: yarn release
33+
# this expects you to have a npm script called version that runs some logic and then calls `changeset version`.
34+
version: yarn version
3335
commit: "chore: release eslint-plugin-svelte"
3436
title: "chore: release eslint-plugin-svelte"
3537
env:

0 commit comments

Comments
 (0)