We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55866a commit 570c208Copy full SHA for 570c208
.circleci/config.pkl
@@ -151,7 +151,7 @@ jobs {
151
name = "Publish release on GitHub"
152
command = #"""
153
# exclude build_artifacts.txt from publish
154
- rm pkl-cli/build/executable/*.build_artifacts.txt
+ rm -f pkl-cli/build/executable/*.build_artifacts.txt
155
gh release create "${CIRCLE_TAG}" \
156
--title "${CIRCLE_TAG}" \
157
--target "${CIRCLE_SHA1}" \
.circleci/config.yml
@@ -660,7 +660,7 @@ jobs:
660
- run:
661
command: |-
662
663
664
665
666
0 commit comments