Skip to content
Snippets Groups Projects
Commit 97ac920f authored by Bye's avatar Bye
Browse files

work or die

parent 5af712cc
No related branches found
No related tags found
No related merge requests found
name: Publish Windows build
on:
push:
branches:
- "master"
jobs:
build:
permissions:
contents: write
runs-on: windows-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment