Skip to content

Commit

Permalink
bruhhh
Browse files Browse the repository at this point in the history
Signed-off-by: Edaz <[email protected]>
  • Loading branch information
edazpotato committed Nov 24, 2021
1 parent 582600a commit 1e71b74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/astro-feather-icons
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -37,6 +40,9 @@ jobs:
publish-gpr:
needs: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/astro-feather-icons
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 1e71b74

Please sign in to comment.