Skip to content

Commit e41f78c

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent e29243f commit e41f78c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/pr_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
update-branch:
11-
uses: Geode-solutions/actions/.github/workflows/update-branch.yml@master
11+
uses: Geode-solutions/actions/.github/workflows/update-branch.yml@master

.releaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
plugins: [
77
'@semantic-release/commit-analyzer',
88
'@semantic-release/release-notes-generator',
9-
'@semantic-release/github',
10-
'@semantic-release/npm'
9+
'@semantic-release/github'
1110
]
1211
}

components/ObjectSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
toggle_loading()
140140
}
141141
142-
function set_geode_object(input_geode_object) {
142+
function set_geode_object(input_geode_object) {
143143
if (input_geode_object) {
144144
emit("update_values", { input_geode_object })
145145
emit("increment_step")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
"publishConfig": {
7777
"access": "public"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)