Skip to content

Commit 95c7d2d

Browse files
committed
Fixed: issues when sharing env variables between steps in deploy_alpha.yml
1 parent 8f4eaa0 commit 95c7d2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy_alpha.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Build package
6767
run: npm run build
6868

69-
- name: Fetch latest alpha version
69+
- name: Update package version
7070
env:
7171
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
run: |
@@ -86,8 +86,6 @@ jobs:
8686
echo "Latest version: $LATEST_VERSION"
8787
echo "New version: $NEW_VERSION"
8888
89-
- name: Update package version
90-
run: |
9189
echo "Setting package version to: ${NEW_VERSION}"
9290
npm version "${NEW_VERSION}" --no-git-tag-version
9391

0 commit comments

Comments
 (0)