Skip to content

Commit eaecb91

Browse files
Merge pull request #163 from gjsjohnmurray/fix-main-publish-CI
Fix publishing failure caused by leftover debug code in CI script
2 parents 6408e5a + b096604 commit eaecb91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ jobs:
127127
id: set-version
128128
shell: bash
129129
run: |
130-
# REMOVE BELOW AFTER TESTING
131-
exit 1
132-
# REMOVE ABOVE AFTER TESTING
133130
VERSION=${{ needs.build.outputs.version }}
134131
NEXT_VERSION=`echo $VERSION | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.`
135132
tmp=$(mktemp)

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.1 (04-Oct-2022)
2+
* Fix publishing failure.
3+
14
## 3.2.0 (03-Oct-2022)
25
* Implement `intersystems-server-credentials` authentication provider.
36
* Implement `Migrate Legacy Passwords` command (#146).

0 commit comments

Comments
 (0)