Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
W-12476954: Rollback Notify slack as separate Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mansillafederico committed Aug 4, 2023
1 parent 7ea3c05 commit a3d2a2f
Show file tree
Hide file tree
Showing 3 changed files with 1,843 additions and 5,859 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm install -g vsce
- run: npm ci
- name: Clean node_modules && package-lock.json
run: sudo rm -Rf node_modules && sudo rm
- name: Set package version to latest
run: bash extension-version.sh
- run: npm i
- run: npm install -g @vscode/vsce
- run: npm run build --if-present
- run: npm run test
- run: vsce publish --no-git-tag-version patch
Expand Down
Loading

0 comments on commit a3d2a2f

Please sign in to comment.