Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Jul 21, 2024
1 parent 1d14ef0 commit 03e0861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- build
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: develop
BUILD_TARGET: test
NODE_ENV: development
VITE_MODE: test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- build
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: develop
BUILD_TARGET: test
NODE_ENV: development
VITE_MODE: test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- build
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: release
BUILD_TARGET: test
NODE_ENV: production
VITE_MODE: test

Expand Down

0 comments on commit 03e0861

Please sign in to comment.