Skip to content

Commit

Permalink
chore: bump version (#3)
Browse files Browse the repository at this point in the history
* chore: bump version
* ci: use NPM_TOKEN even for dry-run publish
* ci: fix pnpm refusing to publish from checked out commit (not branch)
  • Loading branch information
Shakeskeyboarde authored May 7, 2024
1 parent 1fddeb2 commit f0a2f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
set -e
pnpm test
- name: Publish (Dry Run)
- name: Publish (dry-run)
run: |
set -e
pnpm -r publish --dry-run
pnpm -r publish --no-git-checks --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
run: |
set -e
pnpm config --location=project set //registry.npmjs.org/:_authToken '${NPM_TOKEN}'
pnpm -r publish
pnpm -r publish --no-git-checks
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-data",
"description": "Resolve and bundle data loader file exports at build-time.",
"license": "ISC",
"version": "0.2.4",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/Shakeskeyboarde/vite-plugin-data.git",
Expand Down

0 comments on commit f0a2f98

Please sign in to comment.