Skip to content

Commit

Permalink
ci: fixes and more
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Aug 15, 2023
1 parent f9d2a06 commit dd4cc8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
run: npm clean-install
- name: Print NPM_TOKEN
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GG: 12345
run: echo '${{ secrets.NPM_TOKEN }} $GG ${{ secrets.GG }} ${{ env.GG }} w'
run: echo '${{ env.NPM_TOKEN }} $GG ${{ secrets.GG }} ${{ env.GG }} w'
- name: Semantic release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ env.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_ENV: production
HUSKY: 0
run: |
Expand Down

0 comments on commit dd4cc8b

Please sign in to comment.