Skip to content

Commit

Permalink
add command for publish on NPM with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycolaide committed Jan 30, 2025
1 parent 5fb1d2d commit daabd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
- name: Publish to NPM
run: |
echo "Publishing version ${{ env.version_release }}"
npm publish --tag insiders
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mytril",
"version": "0.5.0-insiders.1",
"version": "0.5.0-insiders.0",
"description": "Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit",
"type": "module",
"scripts": {
Expand Down

0 comments on commit daabd34

Please sign in to comment.