Skip to content

Commit

Permalink
Fixed: issues when sharing env variables between steps in deploy_alph…
Browse files Browse the repository at this point in the history
…a.yml
GPortas committed Sep 30, 2024
1 parent 8f4eaa0 commit 95c7d2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_alpha.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
- name: Build package
run: npm run build

- name: Fetch latest alpha version
- name: Update package version
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
@@ -86,8 +86,6 @@ jobs:
echo "Latest version: $LATEST_VERSION"
echo "New version: $NEW_VERSION"
- name: Update package version
run: |
echo "Setting package version to: ${NEW_VERSION}"
npm version "${NEW_VERSION}" --no-git-tag-version

0 comments on commit 95c7d2d

Please sign in to comment.