Skip to content

Commit

Permalink
chore(release): switch to manual release process (stephenh#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Sep 26, 2022
1 parent 2dab81a commit 3c02442
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: Release

on:
push:
branches:
- main
- release

workflow_dispatch:
inputs:
commit:
description: 'Commit to be released, default to head'
required: false
default: ""
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ github.event.inputs.commit }}
- uses: actions/setup-node@v3
with:
cache: yarn
Expand Down

0 comments on commit 3c02442

Please sign in to comment.