From c62c4faa8585494d64ee0c95500ccb1e6d1b36e4 Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Wed, 13 Sep 2023 20:11:40 -0500 Subject: [PATCH] REVERT: Disable pre-id publication. --- .github/workflows/callable-npm-publish-preid.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/callable-npm-publish-preid.yml b/.github/workflows/callable-npm-publish-preid.yml index 8d3af4fbc7c..7aee43c23a9 100644 --- a/.github/workflows/callable-npm-publish-preid.yml +++ b/.github/workflows/callable-npm-publish-preid.yml @@ -38,11 +38,11 @@ jobs: - name: Setup node and build the repository uses: ./amplify-js/.github/actions/node-and-build - - name: Run npm publish - uses: ./amplify-js/.github/actions/npm-publish - with: - target: preid - preid: ${{ inputs.preid }} - npm_token: ${{ secrets.NPM_TOKEN }} - github_user: ${{ vars.GH_USER}} - github_email: ${{ vars.GH_EMAIL}} + # - name: Run npm publish + # uses: ./amplify-js/.github/actions/npm-publish + # with: + # target: preid + # preid: ${{ inputs.preid }} + # npm_token: ${{ secrets.NPM_TOKEN }} + # github_user: ${{ vars.GH_USER}} + # github_email: ${{ vars.GH_EMAIL}}