Skip to content

Commit

Permalink
New Publish Workflow Fix (Azure#1017)
Browse files Browse the repository at this point in the history
Co-authored-by: Reinier Cruz <[email protected]>
  • Loading branch information
ReinierCC and Reinier Cruz authored Oct 23, 2024
1 parent 0c6cc9b commit f7d2dbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
- name: Install dependencies
run: npm run install:all

#Build and package
- name: Build
run: npm run webpack

- name: Package
run: npm vsce package

- name: federated login
uses: azure/login@v2
with:
Expand Down

0 comments on commit f7d2dbc

Please sign in to comment.