Skip to content

Commit a8d6597

Browse files
committed
fix: bump version to force new release
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 9c0cbd0 commit a8d6597

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ jobs:
7676
npm run build-test
7777
7878
- name: Install Test Dependencies
79-
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
79+
if: ${{ github.event_name == 'pull_request' }}
8080
run: |
8181
sudo apt-get update
8282
sudo npx -y playwright install chromium --with-deps
8383
npx -y playwright install chromium
8484
wget https://github.com/hpcc-systems/HPCC-Platform/releases/download/community_9.6.50-1/hpccsystems-platform-community_9.6.50-1jammy_amd64_withsymbols.deb
8585
8686
- name: Install HPCC Platform
87-
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
87+
if: ${{ github.event_name == 'pull_request' }}
8888
continue-on-error: true
8989
run: |
9090
sudo apt install -f ./hpccsystems-platform-community_9.6.50-1jammy_amd64_withsymbols.deb
9191
sudo /etc/init.d/hpcc-init start
9292
9393
- name: Test
94-
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
94+
if: ${{ github.event_name == 'pull_request' }}
9595
continue-on-error: true
9696
env:
9797
CI: true

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
"url": "https://github.com/hpcc-systems/Visualization/issues"
5656
},
5757
"homepage": "https://github.com/hpcc-systems/Visualization"
58-
}
58+
}

packages/util/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export * from "./saxParser";
1818
export * from "./stack";
1919
export * from "./stateful";
2020
export * from "./string";
21-
export * from "./url";
21+
export * from "./url";

0 commit comments

Comments
 (0)