Skip to content

Commit

Permalink
fix: ensure packages are installed in the promote to prod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dweller23 committed Jun 7, 2022
1 parent d0977be commit dc3974c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/promote-to-region-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install packages
run: yarn

- name: Get artifact filename without doublequotes because the action for fetching artifact cannot handle such thing as doublequotes
id: get-artifact-name
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-with-release-draft-poc",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
1 change: 0 additions & 1 deletion scripts/deploy.js

This file was deleted.

0 comments on commit dc3974c

Please sign in to comment.