Skip to content

feat: remove algoscan (#21) #24

feat: remove algoscan (#21)

feat: remove algoscan (#21) #24

Workflow file for this run

name: Release
on:
push:
branches:
- beta
- main
jobs:
release:
name: "Release"
runs-on: ubuntu-latest
steps:
- name: "🛎 Checkout"
uses: actions/checkout@v3
- name: "🔧 Setup"
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: "📦 Install"
run: yarn install --ignore-scripts
- name: "🏗️ Build"
run: yarn build
- name: "🔖 Release"
env:
# appears on the release commits
GIT_AUTHOR_NAME: agoralabs-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: agoralabs-bot
GIT_COMMITTER_EMAIL: [email protected]
# used to push the release commit and create the tags
GITHUB_TOKEN: ${{ secrets.WRITE_REPOS_TOKEN }}
run: yarn semantic-release