Skip to content

feat: show token expiration (#100) #13

feat: show token expiration (#100)

feat: show token expiration (#100) #13

name: Build and Release
on:
push:
branches:
- master
jobs:
build_release:
name: "Build and Release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Plugin
run: yarn prod
- name: Release Plugin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release