Skip to content

Commit

Permalink
publish fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Feb 29, 2024
1 parent 7e1c18e commit 61ce6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aptly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
curl -X POST -H 'Content-Type: application/json' --data "${DATA}" -u lcas:${{ secrets.APTLY_TOKEN }} ${APTLY_API}/snapshots/merge
# publish the release snapshot
DATA="{\"Snapshots\": [\"${RELEASE_SNAPSHOT}\"], \"ForceOverwrite\": true}"
DATA="{\"Snapshots\": [{\"Component\": \"main\", \"Name\": \"${RELEASE_SNAPSHOT}\"}, {\"Component\": \"lcas\", \"Name\": \"${RELEASE_SNAPSHOT}\"}], \"ForceOverwrite\": true}"
curl -X PUT -H 'Content-Type: application/json' --data "${DATA}" -u lcas:${{ secrets.APTLY_TOKEN }} ${APTLY_API}/publish/${PUBLISH_PREFIX}/${DISTRO}
Expand Down

0 comments on commit 61ce6a8

Please sign in to comment.