Skip to content

Commit

Permalink
Release 0.0.1-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat committed Sep 9, 2024
1 parent 00de138 commit 001fb43
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Publish
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 22
- run: npm ci
- run: npm run build
- name: Publish to npm
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hosty",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "A code based opinionated way to self-host and manage web apps.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 001fb43

Please sign in to comment.