Skip to content

Commit

Permalink
fixing the token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Mar 26, 2024
1 parent 6c88f63 commit d72e1be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
- name: Install Dependencies
id: npm-ci
run: npm ci
- name: build bundle
- name: Build bundle
run: npm run bundle
env:
NODE_ENV: production
AMPLITUDE_API_KEY: ${{ secrets.AMPLITUDE_API_KEY }}
- name: Push
env:
GH_TOKEN: ${{ github.token }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "cjlapao"
Expand Down

0 comments on commit d72e1be

Please sign in to comment.