Skip to content

fix(eslint-config): add d.ts overrides to other presets #166

fix(eslint-config): add d.ts overrides to other presets

fix(eslint-config): add d.ts overrides to other presets #166

Workflow file for this run

name: πŸš€ Release
on:
push:
branches:
- main
jobs:
# init-cache:
# name: πŸ“¦ Cache Yarn Packages
# runs-on: ubuntu-latest
# steps:
# - name: 🚚 Checkout
# uses: actions/checkout@v3
# - name: πŸ”§ Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: "18"
# cache: "yarn"
# - name: πŸ’Ύ Installing packages
# run: yarn install
release:
name: πŸš€ Release @atws packages
runs-on: ubuntu-latest
# needs: [init-cache]
steps:
- name: 🚚 Checkout
uses: actions/checkout@v3
- name: πŸ”§ Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: πŸ’Ύ Installing packages
run: yarn install
- name: πŸ“¦ Build packages
run: yarn run build
- name: πŸš€ Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: yarn run release