Skip to content

Commit

Permalink
🔖 fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Jul 1, 2023
1 parent 0a60028 commit 3c6bc18
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
name: Version 🔖

on:
workflow_dispatch:
push:
branches:
- v1
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: Release
name: Version 🔖
if: github.repository == 'evmts/evmts-monorepo'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v3
name: Checkout Repo
with:
fetch-depth: 0
submodules: recursive

- name: "Setup"
uses: ./.github/actions/setup

- name: Build
run: pnpm build
env:
Expand Down

1 comment on commit 3c6bc18

@vercel
Copy link

@vercel vercel bot commented on 3c6bc18 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts-docs-git-main-evmts.vercel.app
evmts-docs-evmts.vercel.app
evmts.dev

Please sign in to comment.