Skip to content

Commit

Permalink
Attempt skip build/test and go straight to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tomb-yellowgrid committed May 11, 2023
1 parent 36e377c commit 0bab3e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

publish-npm:
needs: build
Expand All @@ -27,7 +18,6 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elysia Filesustem Router
tAt# Elysia Filesustem Router

A plugin for [Elysia.js](https://elysiajs.com/) for server-side APIs

Expand Down

0 comments on commit 0bab3e3

Please sign in to comment.