mirror of
https://github.com/meshtastic/web.git
synced 2026-01-24 23:37:59 -05:00
WIP updates
This commit is contained in:
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@@ -19,13 +19,12 @@ jobs:
|
||||
# Checks-out repository
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: pnpm/action-setup@v2.0.1
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 6.14.3
|
||||
- uses: actions/setup-node@v2
|
||||
version: latest
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'pnpm'
|
||||
node-version: latest
|
||||
- run: pnpm install
|
||||
- run: pnpm format
|
||||
- run: pnpm build
|
||||
@@ -33,10 +32,10 @@ jobs:
|
||||
|
||||
# Upload Artifact
|
||||
- name: Upload Artifact
|
||||
uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
automatic_release_tag: 'latest'
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: false
|
||||
files: |
|
||||
./dist/build.tar
|
||||
|
||||
Reference in New Issue
Block a user