From 7dc522259a00091bcb14473a8d7f1b4eb80e4635 Mon Sep 17 00:00:00 2001 From: hyochan Date: Sat, 24 Feb 2024 04:52:12 +0900 Subject: [PATCH] ci: fix publishing pkg --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f6ed6d6..c8ce5fe4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,7 @@ name: publish-package on: + workflow_dispatch: release: types: [created] jobs: @@ -10,6 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: + always-auth: true node-version: 20.x - name: Setup expo cli