Skip to content

Commit 019f2a0

Browse files
committed
chore: update CI workflow to include necessary steps for release process and remove commented-out code
1 parent cbaadbf commit 019f2a0

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -94,24 +94,24 @@ jobs:
9494
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
9595
steps:
9696
- run: echo "Doing release-only work (tag or release)."
97-
# - name: Checkout repository
98-
# uses: actions/checkout@v3
99-
# with:
100-
# submodules: 'true'
101-
# token: ${{ secrets.GH_TOKEN }}
102-
103-
# - uses: actions/setup-node@v3
104-
# with:
105-
# node-version: 20.15.0
106-
107-
# - run: npm ci
108-
109-
# - uses: actions/download-artifact@v4
110-
111-
# - run: npx semantic-release --extends ./publish.release.config.js
112-
# env:
113-
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
114-
# # In case you want to publish to Visual Studio Marketplace
115-
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
116-
# # In case you want to publish to Open VSX Registry
117-
# OVSX_PAT: ${{ secrets.OVSX_PAT }}
97+
- name: Checkout repository
98+
uses: actions/checkout@v3
99+
with:
100+
submodules: 'true'
101+
token: ${{ secrets.GH_TOKEN }}
102+
103+
- uses: actions/setup-node@v3
104+
with:
105+
node-version: 20.15.0
106+
107+
- run: npm ci
108+
109+
- uses: actions/download-artifact@v4
110+
111+
- run: npx semantic-release --extends ./publish.release.config.js
112+
env:
113+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
114+
# In case you want to publish to Visual Studio Marketplace
115+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
116+
# In case you want to publish to Open VSX Registry
117+
OVSX_PAT: ${{ secrets.OVSX_PAT }}

0 commit comments

Comments
 (0)