Skip to content

Commit 32b1dac

Browse files
Merge pull request #11 from gjsjohnmurray/fix-10
fix #10 resolve CI failure while releasing
2 parents 27478a3 + 1c3108e commit 32b1dac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
publish:
88
if: github.event_name == 'release'
99
runs-on: ubuntu-latest
10-
needs: build
1110
steps:
1211
- uses: actions/checkout@v2
1312
with:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Change Log
22

3-
## [1.0.0] 19-Oct-2020
4-
- Initial release.
3+
## [1.0.1] 26-Oct-2020
4+
- First production release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "objectscript-pack",
33
"displayName": "InterSystems ObjectScript Extension Pack",
44
"description": "Extensions for ObjectScript development",
5-
"version": "1.0.0",
5+
"version": "1.0.1-SNAPSHOT",
66
"publisher": "intersystems-community",
77
"icon": "logo.png",
88
"repository": {

0 commit comments

Comments
 (0)