Skip to content

[RELEASE] 2.10.0

[RELEASE] 2.10.0 #89

name: Draft Release Linux
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
draft-releases:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install --no-install-recommends -y libarchive-tools libopenjp2-tools rpm snapcraft
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn release:linux
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_ID }}