From 059cba9fd1c3c7b3d54a7c51d7624e2ddd0a20ee Mon Sep 17 00:00:00 2001 From: Michael Yali Date: Wed, 31 Mar 2021 22:47:49 +0300 Subject: [PATCH] ci(github): hopfully fixed release-trigger action --- .github/workflows/release-trigger.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index 3837f99..a2f29ed 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -12,10 +12,10 @@ jobs: fetch-depth: 0 ref: master - uses: actions/setup-node@v2 - with: - node-version: '12.x' - registry-url: 'https://registry.npmjs.org' + with: + node-version: '12.x' + registry-url: 'https://registry.npmjs.org' - run: npm install - run: cd ./lib && npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}