Skip to content

Commit

Permalink
🔖 Release v2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Mar 8, 2022
1 parent ccb1633 commit 06e7bc2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous Deployment

on:
push:
branches: [ v2 ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand All @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: v2
- name: Setup Node.js Environment
uses: actions/setup-node@v2
with:
Expand All @@ -35,7 +33,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: latest
prerelease: true
title: Release v${{ steps.package-version.outputs.current-version}}
title: Develeopment Release v${{ steps.package-version.outputs.current-version}}
files: |
vidat-v${{ steps.package-version.outputs.current-version}}.zip
- name: Deploy With SSH (Optional)
Expand Down

0 comments on commit 06e7bc2

Please sign in to comment.