Files
sveltekit-electron-adapter/.github/workflows/release.yml
Patryk Rzucidlo (PTKDev) 770dea9257 [Release] v0.2.0
2023-02-11 01:11:16 +01:00

22 lines
646 B
YAML

name: Try Release
on:
push:
branches:
- nightly
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_TOKEN }}
ref: nightly
- uses: actions/setup-node@v2
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: git config --global user.name 'Patryk Rzucidlo (@PTKDev)'
- run: git config --global user.email 'support@ptkdev.io'
- run: npm ci
- run: npm run release