Skip to content

Commit

Permalink
ci: fix for GHA workflow script not pulling correct version var
Browse files Browse the repository at this point in the history
  • Loading branch information
skripted-io committed Oct 13, 2023
1 parent 7db0ba7 commit 00210d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
117 changes: 0 additions & 117 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build
run: |
npm run build
npm --no-git-tag-version version $VERSION
npm --no-git-tag-version version $RELEASE_VERSION
- name: Deploy to NPM
env:
Expand Down

0 comments on commit 00210d7

Please sign in to comment.