Skip to content

Commit

Permalink
👷 Update CI & Release
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Apr 5, 2022
1 parent 01f169e commit e375ae6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
build:
name: Build
runs-on: ubuntu-20.04
needs: [ test ]
strategy:
matrix:
node-version: ['12', '14', '16']
node-version: [ '14', '16' ]

steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Set up Node (${{ matrix.node-version }})
uses: actions/setup-node@v3
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Drafter

on:
push:
branches:
- main

jobs:
release:
name: Update Release
runs-on: ubuntu-20.04
steps:
- name: Publish Release
uses: release-drafter/release-drafter@v5
with:
publish: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e375ae6

Please sign in to comment.