We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b583e6a commit 2315c1bCopy full SHA for 2315c1b
.github/workflows/release.yml
@@ -181,6 +181,9 @@ jobs:
181
run: |
182
owner="${GITHUB_REPOSITORY_OWNER}"
183
repo="${GITHUB_REPOSITORY#*/}"
184
+ # cr index writes index.yaml atomically via temporary files under .cr-index/
185
+ rm -rf .cr-index
186
+ mkdir -p .cr-index
187
cr upload -o "$owner" -r "$repo" -c "$GITHUB_SHA" --skip-existing \
188
--package-path "$PACKAGE_DIR"
189
cr index -o "$owner" -r "$repo" --push --package-path "$PACKAGE_DIR"
0 commit comments