Skip to content

Commit 053621b

Browse files
committed
fix: github releases and production icons
1 parent 971a3d7 commit 053621b

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ jobs:
176176
- name: Find and Replace
177177
uses: jacobtomlinson/gha-find-replace@master
178178
with:
179-
find: "https:\\/\\/github\\.com\\/plugsy\\/core\\/releases\\/download\\/(.*?)\\/config-schema\\.json"
180-
replace: "https://github.com/plugsy/core/releases/download/v${{ needs.getversion.outputs.version }}/config-schema.json"
179+
find: "https:\\/\\/github\\.com\\/plugsy\\/core\\/releases\\/download\\/(.*?)\\/core-config-schema\\.json"
180+
replace: "https://github.com/plugsy/core/releases/download/v${{ needs.getversion.outputs.version }}/core-config-schema.json"
181181

182182
- name: Create Pull Request with updated package files
183183
uses: peter-evans/create-pull-request@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ config.json
103103

104104
```jsonc
105105
{
106-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
106+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
107107
"connectors": [
108108
{
109109
"type": "DOCKER",
@@ -171,7 +171,7 @@ Example using the [raw connector](docs/connectors/raw.md):
171171

172172
```jsonc
173173
{
174-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
174+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
175175
"connectors": [
176176
{
177177
"type": "DOCKER",

docs/agent-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Simply add the agent section to your configuration file with the location of you
2121

2222
```jsonc
2323
{
24-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
24+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
2525
"agent": {
2626
"endpoint": "http://localhost:3000/graphql"
2727
}

docs/connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Can use a list of website urls (And other request formats) for Plugsy to ping an
2424

2525
```
2626
{
27-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
27+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
2828
"connectors": [
2929
{
3030
"type": "DOCKER",

docs/connectors/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A docker connector, provides access directly to a docker socket or URL mapping e
66

77
```jsonc
88
{
9-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
9+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
1010
"connectors": [
1111
{
1212
"type": "DOCKER",
@@ -95,7 +95,7 @@ services:
9595
9696
```jsonc
9797
{
98-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
98+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
9999
"connectors": [
100100
{
101101
"type": "DOCKER",
@@ -130,7 +130,7 @@ See [Dockerode](https://www.npmjs.com/package/dockerode) for alternative connect
130130

131131
```jsonc
132132
{
133-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
133+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
134134
"connectors": [
135135
{
136136
"type": "DOCKER",

docs/connectors/raw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides items in the dashboard directly from the config itself
66

77
```jsonc
88
{
9-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
9+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
1010
"connectors": [
1111
{
1212
"type": "RAW",
@@ -28,7 +28,7 @@ Provides items in the dashboard directly from the config itself
2828

2929
```jsonc
3030
{
31-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
31+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
3232
"connectors": [
3333
{
3434
"type": "RAW",

docs/connectors/website.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Can use a list of website urls (And other request formats) for Plugsy to ping an
88

99
```jsonc
1010
{
11-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
11+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
1212
"connectors": [
1313
{
1414
"type": "WEBSITE",
@@ -32,7 +32,7 @@ Can use a list of website urls (And other request formats) for Plugsy to ping an
3232

3333
```jsonc
3434
{
35-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
35+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
3636
"connectors": [
3737
{
3838
"type": "WEBSITE",

docs/theming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Good for use on a TV
2020

2121
```jsonc
2222
{
23-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
23+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
2424
"loggingLevel": "verbose",
2525
"theme": {
2626
"pages": {
@@ -46,7 +46,7 @@ This can be used as a base for a dark mode.
4646

4747
```jsonc
4848
{
49-
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/config-schema.json",
49+
"$schema": "https://github.com/plugsy/core/releases/download/v4.0.0/core-config-schema.json",
5050
"theme": {
5151
"colors": {
5252
"GREEN": "#50fa7b",

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"workspaces": [
55
"packages/*"
66
],
@@ -50,10 +50,12 @@
5050
"assets": [
5151
{
5252
"path": "./packages/core/server/config-schema.json",
53+
"name": "core-config-schema.json",
5354
"label": "Core Config Schema"
5455
},
5556
{
5657
"path": "./packages/agent/src/config-schema.json",
58+
"name": "agent-config-schema.json",
5759
"label": "Agent Config Schema"
5860
}
5961
]

0 commit comments

Comments
 (0)