Skip to content

Commit

Permalink
chore: release configuration split into two
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent cb783ca commit 37512d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
node-version: 20.x
registry-url: https://registry.npmjs.org
scope: rubenhalman
- run: npm ci
- run: |
git config --global user.name ${{ vars.USER_NAME }}
git config --global user.email ${{ vars.USER_EMAIL }}
- run: npm publish
- name: Publish
run: |
npm run build
cp package.json out
cp tsconfig.cjs.json out
cd out
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
3 changes: 0 additions & 3 deletions .github/workflows/generate-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@ jobs:
echo "tag done"
git push --tags
echo "tag push done"
- run: |
cd out
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 comments on commit 37512d5

Please sign in to comment.