We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api
public_accessa
1 parent 9b90154 commit 17bcdd5Copy full SHA for 17bcdd5
.github/workflows/publish.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
MFD_TAG=$(gh api /repos/cloudbeds/mfd/releases/latest | jq -r '.tag_name')
27
echo "Latest MFD tag: $MFD_TAG"
28
- gh api /repos/cloudbeds/mfd/tarball/$MFD_TAG | tar --strip-components=1 --wildcards -zxf - '*/public_accessa'
+ gh api /repos/cloudbeds/mfd/tarball/$MFD_TAG | tar --strip-components=1 --wildcards -zxf - '*/public_accessa/api'
29
30
- name: Get next version
31
id: get_next_version
0 commit comments