Skip to content

Commit

Permalink
REVERT: Disable pre-id publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Sep 14, 2023
1 parent fd66c68 commit c62c4fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/callable-npm-publish-preid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit c62c4fa

Please sign in to comment.