Skip to content

Commit

Permalink
chore: Prepare for publish (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jeffery <[email protected]>
  • Loading branch information
d-jeffery and d-jeffery committed Aug 2, 2023
1 parent 418e23f commit b31ed1e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
on:
workflow_dispatch:
push:
tags:
- "*"

name: Publish Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 3.7.0
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
scope: '@openfga'
always-auth: false
cache: 'npm'
cache-dependency-path: ./package-lock.json
- run: npm ci
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # 1.4.0
with:
pat: "TBD"
registryUrl: https://marketplace.visualstudio.com/
dryRun: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### [0.1.0](https://github.com/openfga/vscode-ext/releases/tag/v0.1.0) (2023-08-02)

Internal Release
Initial Release

- feat: Syntax highlighting for OpenFGA files
- feat: Custom OpenFGA dark theme
Expand Down

0 comments on commit b31ed1e

Please sign in to comment.