Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbyeon1 committed Apr 19, 2024
1 parent 2882c0a commit de3f580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Omacahce Package

on:
push:
branches:
branches:
- main

jobs:
Expand All @@ -15,7 +15,6 @@ jobs:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build

publish-npm:
needs: build
Expand All @@ -29,5 +28,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm run build
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit de3f580

Please sign in to comment.