We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ecb6b commit b2fcb34Copy full SHA for b2fcb34
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
# Note that these commands are NOT interpreted by a shell, they are apparently only
38
# split on whitespace and then passed directly to execvp(). Hence the need to indirect
39
# through a shell script, ugh. :(
40
- version: ./github/changeset-version.sh
+ version: ./.github/changeset-version.sh
41
publish: npx changeset publish
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments