Skip to content

Commit

Permalink
add cd, bump minimist to 1.2.6 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgalk authored Apr 2, 2022
1 parent d18c4b3 commit 12fb9f7
Show file tree
Hide file tree
Showing 8 changed files with 2,149 additions and 103 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: cd

on:
push:
branches:
- main
release:
types:
- created

jobs:
publish:
runs-on: ubuntu-latest

steps:
- name: publish
if: success() && startsWith( github.ref, 'refs/tags/releases/')
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ dist
node_modules
.vscode-test/
*.vsix

.vscode
.idea
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

34 changes: 0 additions & 34 deletions .vscode/launch.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/settings.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit 12fb9f7

Please sign in to comment.