Skip to content

Commit 6ec9b9a

Browse files
Fixup placeholder names in publish workflow (#2)
1 parent 164777a commit 6ec9b9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-abcclassification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
working-directory: fork-repo
105105
run: |
106106
FUNCTIONS_FILE="${{ steps.package.outputs.folder }}/lib/functions.tmdl"
107-
sed -i "s/__PLACEHOLDER_DAXLIB_PACKAGEID__/${{ steps.package.outputs.name }}/g" "${FUNCTIONS_FILE}"
108-
sed -i "s/__PLACEHOLDER_DAXLIB_PACKAGEVERSION__/${{ steps.package.outputs.version }}/g" "${FUNCTIONS_FILE}"
107+
sed -i "s/__PLACEHOLDER_PACKAGE_ID__/${{ steps.package.outputs.name }}/g" "${FUNCTIONS_FILE}"
108+
sed -i "s/__PLACEHOLDER_PACKAGE_VERSION__/${{ steps.package.outputs.version }}/g" "${FUNCTIONS_FILE}"
109109
110110
# Commit changes. If there are no changes, this will fail and stop the workflow
111111
- name: Git commit changes

0 commit comments

Comments
 (0)