Skip to content

Commit

Permalink
ci(ga): update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Mar 24, 2024
1 parent 4584a22 commit d862589
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_USER: ${{ secrets.GIT_USER }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
RELEASE_BRANCH: ${{ github.event.workflow_run.head_branch }}
steps:
- uses: actions/setup-node@v2
Expand All @@ -44,10 +42,6 @@ jobs:
npm-node-
- name: Auth NPM
run: echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/.npmrc
- name: Auth Git
run: |
git config user.email "${{ env.GIT_EMAIL }}"
git config user.name "${{ env.GIT_USER }}"
- name: Install Deps
run: npm ci --ignore-scripts
- name: Release Latest
Expand Down

0 comments on commit d862589

Please sign in to comment.