Skip to content

Commit

Permalink
fix(ci): mismatch in location of $AZURE_DEVOPS_TOKEN (#551)
Browse files Browse the repository at this point in the history
Another minor issue with the release workflow.

#### Motivation and context

Failure in release run
[here](https://github.com/metatypedev/metatype/actions/runs/7521755432/job/20472963653).

Signed-off-by: Yohe-Am <[email protected]>
  • Loading branch information
Yohe-Am authored Jan 14, 2024
1 parent c22c950 commit e5c2a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ jobs:
pnpm vscode:package
[ ${{ github.event_name == 'workflow_dispatch' && inputs.ovewriteArtifacts }} == 'true' ] \
&& pnpm run vscode:publish -p ${{ env.AZURE_DEVOPS_TOKEN }} --skip-duplicate \
|| pnpm run vscode:publish -p ${{ env.AZURE_DEVOPS_TOKEN }}
&& pnpm run vscode:publish -p ${{ secrets.AZURE_DEVOPS_TOKEN }} --skip-duplicate \
|| pnpm run vscode:publish -p ${{ secrets.AZURE_DEVOPS_TOKEN }}
- uses: svenstaro/upload-release-action@v2
with:
tag: ${{ steps.latest-tag.outputs.tag }}
Expand Down

0 comments on commit e5c2a93

Please sign in to comment.