Skip to content

Commit 52a5ef8

Browse files
committed
improve environment files
1 parent cd8436b commit 52a5ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-insiders.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838

3939
- name: Resolve version
4040
id: vars
41-
run: "sha_short=$(git rev-parse --short HEAD) >> $GITHUB_ENV"
41+
run: |
42+
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4243
4344
- name: "Version based on commit: 0.0.0-insiders.${{ env.sha_short }}"
4445
run: npm version 0.0.0-insiders.${{ env.sha_short }} --force --no-git-tag-version

0 commit comments

Comments
 (0)