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 cd8436b commit 52a5ef8Copy full SHA for 52a5ef8
.github/workflows/release-insiders.yml
@@ -38,7 +38,8 @@ jobs:
38
39
- name: Resolve version
40
id: vars
41
- run: "sha_short=$(git rev-parse --short HEAD) >> $GITHUB_ENV"
+ run: |
42
+ echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
43
44
- name: "Version based on commit: 0.0.0-insiders.${{ env.sha_short }}"
45
run: npm version 0.0.0-insiders.${{ env.sha_short }} --force --no-git-tag-version
0 commit comments