Skip to content

Commit

Permalink
chore: Release new versions manually (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
luin authored Jan 25, 2023
1 parent 96a9f41 commit 7effb62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Release

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

concurrency:
group: release_version
Expand All @@ -16,7 +14,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "lts/*"
Expand Down

0 comments on commit 7effb62

Please sign in to comment.