Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0eae3d3

Browse filesBrowse files
authored
chore: Migrate to ExEr7um/workflows for CI (#65)
Migration to `ExEr7um/workflows` for CI.
1 parent 33fe21f commit 0eae3d3
Copy full SHA for 0eae3d3

File tree

Expand file treeCollapse file tree

3 files changed

+27
-39
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+27
-39
lines changed

‎.github/workflows/changelog.yml

Copy file name to clipboard
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: Release version
8+
required: true
9+
type: string
10+
11+
jobs:
12+
changelog:
13+
uses: ExEr7um/workflows/.github/workflows/changelog.yml@v0.7.0
14+
with:
15+
version: ${{ inputs.version }}

‎.github/workflows/publish.yml

Copy file name to clipboard
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish to VSCode Marketplace
2+
3+
on:
4+
workflow_run:
5+
workflows: [Release]
6+
types: [completed]
7+
8+
jobs:
9+
publish:
10+
uses: ExEr7um/workflows/.github/workflows/publish-vscode.yml@v0.7.0
11+
secrets:
12+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
-39Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.