Skip to content

Commit

Permalink
Makes release when a new tag for neo4j-for-vscode is created
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed May 13, 2024
1 parent 4e1a1c1 commit dd43912
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-vscode-extension.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish VSCode extension to Marketplace and OpenVSX

on:
# Only allow this workflow manually from the Actions tab
workflow_dispatch:
push:
tags:
- "neo4j-for-vscode@*.*.*"

env:
NODE_OPTIONS: '--max_old_space_size=4096'
Expand Down

0 comments on commit dd43912

Please sign in to comment.