Skip to content

Commit b2fcb34

Browse files
authored
Release automation take 4. (#103)
1 parent 99ecb6b commit b2fcb34

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
@@ -37,7 +37,7 @@ jobs:
3737
# Note that these commands are NOT interpreted by a shell, they are apparently only
3838
# split on whitespace and then passed directly to execvp(). Hence the need to indirect
3939
# through a shell script, ugh. :(
40-
version: ./github/changeset-version.sh
40+
version: ./.github/changeset-version.sh
4141
publish: npx changeset publish
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)