Skip to content

Commit

Permalink
Merge branch 'main' into feat-init
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jan 8, 2024
2 parents b8e7245 + e8c5b8d commit 29badae
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 70 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Build
run: |
export PUBLIC_URL="/${GITHUB_REF_NAME//\//-}"
echo $PUBLIC_URL
pnpm build
- name: Report
env:
Expand All @@ -44,6 +43,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
echo "--${RELEASE_REF}--"
export RELEASE_REF=${GITHUB_REF_NAME//\//-}
pnpm release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 29badae

Please sign in to comment.