Skip to content

Commit

Permalink
Update .githubworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTharz committed Jun 15, 2024
1 parent 6c653d1 commit 7f47860
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .githubworkflows
Original file line number Diff line number Diff line change
@@ -1,31 +1 @@
name: Release
on: [push, pull_request]

jobs:
publish_on_mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 19
- name: install dependencies
run: npm install
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish

publish_on_win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 19
- name: install dependencies
run: npm install
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish

0 comments on commit 7f47860

Please sign in to comment.