Skip to content

Commit 69dc8bc

Browse files
chore(ci): 🔧 update dry run publish command in validation.yml
* Replace `npm run release:dry-run` with `npm run release:ci:dry-run` for improved CI compatibility. Signed-off-by: Justin Wiegmann <wiegmann@e-spirit.com>
1 parent c8c49cd commit 69dc8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
3939

4040
- name: Dry run publish
41-
run: npm run release:dry-run
41+
run: npm run release:ci:dry-run

0 commit comments

Comments
 (0)