Skip to content

Commit 3838133

Browse files
committed
updating publish script to call codepipeline for maven/nuget publishing
1 parent 1b31041 commit 3838133

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish-npm.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ jobs:
8282
cd telemetry/vscode
8383
npm publish $(ls -1 *.tgz) --access public
8484
85-
# - name: Configure AWS credentials #
86-
# uses: aws-actions/configure-aws-credentials@v4
87-
# with:
88-
# role-to-assume: arn:aws:iam::149820434093:role/GitHubActionsCodePipelineRole
89-
# role-session-name: github-actions-codepipeline
90-
# aws-region: us-west-2
85+
- name: Configure AWS credentials
86+
uses: aws-actions/configure-aws-credentials@v4
87+
with:
88+
role-to-assume: arn:aws:iam::305657142372:role/GitHubActionsCodePipelineRole
89+
role-session-name: github-actions-codepipeline
90+
aws-region: us-west-2
9191

92-
# - name: Trigger CodePipeline for Maven/NuGet
93-
# run: |
94-
# aws codepipeline start-pipeline-execution --name PackagePipeline
92+
- name: Trigger CodePipeline for Maven/NuGet
93+
run: |
94+
aws codepipeline start-pipeline-execution --name PackagePipeline

0 commit comments

Comments
 (0)