Skip to content

Commit

Permalink
feat: publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxberty committed Dec 3, 2020
1 parent d2b4028 commit a19f166
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com

20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# VSCode Extension for Crystal Language

[![Build Status](https://travis-ci.org/crystal-lang-tools/vscode-crystal-lang.svg?branch=master)](https://travis-ci.org/crystal-lang-tools/vscode-crystal-lang)
![Deploy Extension](https://github.com/crystal-lang-tools/vscode-crystal-lang/workflows/Deploy%20Extension/badge.svg)
![Publish Extension](https://github.com/crystal-lang-tools/vscode-crystal-lang/workflows/Publish%20Extension/badge.svg)
---
**This is the official version of the plugin for Crystal Language support in VS Code.**
**Remove all old version before install this one.**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crystal-lang",
"displayName": "Crystal Language",
"description": "The Crystal Programming Language",
"version": "0.6.1",
"version": "0.7.1",
"publisher": "crystal-lang-tools",
"icon": "images/icon.gif",
"license": "MIT",
Expand Down

0 comments on commit a19f166

Please sign in to comment.