Skip to content

Commit

Permalink
publish packages on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jan 31, 2024
1 parent b0f49a7 commit 3f29ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Packages are versioned as `0.0.0-{tag}-DATETIMESTAMP`
name: Packages Deploy

on: push
on: workflow_dispatch

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 3f29ed6

Please sign in to comment.