Skip to content

Commit

Permalink
chore: fix version generator
Browse files Browse the repository at this point in the history
  • Loading branch information
firstpilotpirx committed Jun 6, 2024
1 parent f2ed7d6 commit e8d08c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ jobs:
- name: Generate changelog
run: pnpm changelog:generate -t v${{ steps.version.outputs.OLD_VERSION }} || pnpm changelog:generate

- name: Install dependencies
run: pnpm build
# - name: Install dependencies
# run: pnpm build

- name: Copy files to dist for successfull publish
run: |
cp package.json dist/package.json
cp .npmrc dist/.npmrc
# - name: Copy files to dist for successfull publish
# run: |
# cp package.json dist/package.json
# cp .npmrc dist/.npmrc

- name: Publish
run: pnpm publish --no-git-checks
working-directory: dist
# working-directory: dist
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit e8d08c7

Please sign in to comment.