Skip to content

Commit

Permalink
Ignore install state and add manual workflow trigger
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
danielfdsilva committed Jul 2, 2024
1 parent 34cf356 commit e05663a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish Package to npmjs
on:
workflow_dispatch:
release:
types: [published]
jobs:
Expand All @@ -18,6 +19,6 @@ jobs:
cache: 'yarn'

- run: yarn
- run: yarn publish
- run: yarn publish -y
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ public
.DS_Store

# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

dist
dist_site
.parcel-cache
Expand Down
Binary file removed .yarn/install-state.gz
Binary file not shown.

0 comments on commit e05663a

Please sign in to comment.