diff --git a/.github/workflows/feature-branch-prerelease.yml b/.github/workflows/feature-branch-prerelease.yml index 5e83bd1b3..951ae72b7 100644 --- a/.github/workflows/feature-branch-prerelease.yml +++ b/.github/workflows/feature-branch-prerelease.yml @@ -83,12 +83,6 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > ~/.npmrc npm whoami - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 - with: - role-to-assume: arn:aws:iam::358203115967:role/github-actions-role - aws-region: us-west-2 - # Converted to all lowercase and stripped of non-letter characters - name: Transform feature branch name run: | @@ -109,6 +103,5 @@ jobs: - name: Publish Release to NPM if: ${{ github.event.inputs.releaseType == 'prerelease' }} run: | - GH_TOKEN=${{ secrets.GH_PUBLISH_TOKEN }} npm run deploy:publish -- from-git -y - env: - S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }} + GH_TOKEN=${{ secrets.GH_PUBLISH_TOKEN }} npm run deploy:publish -- from-git -y --ignore-scripts +