Skip to content

Commit 54fb337

Browse files
committed
undo package version bump by faulty workflow, fix the workflow
1 parent 0db9d50 commit 54fb337

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/pre-release-vscode-extension.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ name: Pre Release VSCode extension
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Every weekday at 9:00 UTC
6+
# Every weekday at 2:00 UTC
77
- cron: '0 2 * * 1-5'
8-
push:
9-
branches:
10-
- main
11-
paths:
12-
- 'packages/vscode-extension/**'
138

149
env:
1510
NODE_OPTIONS: '--max_old_space_size=4096'

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "neo4j-extensions",
77
"author": "Neo4j Inc.",
88
"license": "Apache-2.0",
9-
"version": "1.15.1",
9+
"version": "1.14.0",
1010
"preview": false,
1111
"categories": [
1212
"Programming Languages",

0 commit comments

Comments
 (0)