Skip to content

Commit da3f5ad

Browse files
committed
fix(build): really continue publishing
The `--continue` flag was documented, but not actually added 🤦. skip-lint
1 parent 6ad0a7d commit da3f5ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
# up with a working release in most cases.
4949
run: >-
5050
./gradlew --build-cache publish
51+
--continue
5152
--info
5253
-PciBuild=true
5354
-Partifacts.itemis.cloud.user=${{ secrets.ARTIFACTS_ITEMIS_CLOUD_USER }}

0 commit comments

Comments
 (0)