Skip to content

Commit

Permalink
fix PAT variable name (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Nov 3, 2020
1 parent 5c55a90 commit 3d69539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ steps:
cd src
npm version --no-git-tag-version $currentVersion
npm pack;
npx publish-release --token $(package-write-token) --repo autorest.go --owner azure --name "Autorest for Go v$currentVersion" --tag v$currentVersion --notes='Autorest for Go track 2' --prerelease --editRelease false --assets autorest-go-$currentVersion.tgz --target_commitish $(Build.SourceBranchName);
npx publish-release --token $(azuresdk-github-pat) --repo autorest.go --owner azure --name "Autorest for Go v$currentVersion" --tag v$currentVersion --notes='Autorest for Go track 2' --prerelease --editRelease false --assets autorest-go-$currentVersion.tgz --target_commitish $(Build.SourceBranchName);
displayName: 'Publish GitHub Release'
- script: |
Expand Down

0 comments on commit 3d69539

Please sign in to comment.