Skip to content

Commit 46561c3

Browse files
committed
style: fix formatting in prerelease-SHA CI workflow
1 parent e962b77 commit 46561c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-release-sha.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
git config --global user.email "82042599+token-generator-app[bot]@users.noreply.github.com"
3939
4040
- name: Run npm version
41-
run: npm --no-git-tag-version version "\$(jq --raw-output .version package.json)-pre.\$(git rev-parse --short ${{ inputs.ref }})"
41+
run:
42+
npm --no-git-tag-version version "\$(jq --raw-output .version package.json)-pre.\$(git rev-parse --short ${{
43+
inputs.ref }})"
4244

4345
- name: Run npm publish
4446
run: npm publish --provenance

0 commit comments

Comments
 (0)