-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e442ee7
commit d8346de
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,11 +146,11 @@ jobs: | |
changeset-release: | ||
uses: Staffbase/gha-workflows/.github/workflows/[email protected] | ||
with: | ||
# optional, defaults to `.nvmrc` | ||
# optional: The file containing the Node.js version to use, defaults to .nvmrc | ||
node-version-file: '.node-version' | ||
# optional, defaults to `pnpm release` | ||
# optional: The script to run on publish. Defaults to `pnpm release` | ||
publish-script: 'pnpm publish' | ||
# optional, defaults to `pnpm changeset version` | ||
# optional: The script to run for bumping the package versions. Defaults to `pnpm changeset version` | ||
version-script: 'pnpm version' | ||
secrets: | ||
# identifier of the GitHub App for authentication | ||
|