Skip to content

Commit 7c85940

Browse files
committed
chore: release v0.0.4
1 parent 95a8650 commit 7c85940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-to-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Publish npm packages as latest
157157
# NOTE: The trailing slash on $package/ changes it to publishing the directory
158-
run: npm publish npm/pacquet/ --tag latest --access public --provenance
158+
run: for package in npm/pacquet*; do npm publish $package/ --tag latest --access public --provenance; done
159159
env:
160160
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
161161

npm/pacquet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacquet",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "experimental package manager for node.js",
55
"keywords": [],
66
"author": {

0 commit comments

Comments
 (0)