Skip to content

Commit

Permalink
Update pnpm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kourosh-alasti authored Jun 24, 2024
1 parent 6f0d3d9 commit 0a0ce29
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pnpm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@

name: Publish PNPM Package to NPM


# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2

with:
# Version of pnpm to install
version: # optional
# Where to store pnpm files
dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
run_install: # optional, default is null
# File path to the package.json to read "packageManager" configuration
package_json_file: # optional, default is package.json
# When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js.
standalone: # optional, default is false


on:
release:
types: [created]
Expand Down

0 comments on commit 0a0ce29

Please sign in to comment.