Skip to content

Commit 365a401

Browse files
committed
ci(release):fixed path to manifest file
1 parent a83d664 commit 365a401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get App Info
2323
id: app
2424
run: |
25-
MANIFEST="splunk*/app.manifest"
25+
MANIFEST="splunk_plotly_collection_viz/app.manifest"
2626
if [ -f "$MANIFEST" ]; then
2727
app_id=$(cat "$MANIFEST" | jq -r '.info.id.name')
2828
app_version=$(cat "$MANIFEST" | jq -r '.info.id.version')

0 commit comments

Comments
 (0)