Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Feb 24, 2025
1 parent 76623e0 commit 110f00b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
env:
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}

- name: set publisher to magicstack
run: |
sed -i 's/"publisher": "gel",/"publisher": "magicstack",/' package.json
- name: Publish to Azure Marketplace --pre-release
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-')
run: ./node_modules/.bin/vsce publish --pre-release
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "edgedb",
"displayName": "Gel",
"description": "IDE plugin for the Gel database",
"version": "0.2.0",
"publisher": "magicstack",
"version": "0.2.1",
"publisher": "gel",
"icon": "icon.png",
"engines": {
"atom": "*",
Expand Down

0 comments on commit 110f00b

Please sign in to comment.