Skip to content

Commit

Permalink
Fixed YAML layout and changelog message
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Jan 3, 2024
1 parent 8b6ed8d commit 3f57e74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-all-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
collectAllArtifacts:
name: Collect All Artifacts
runs-on: ubuntu-latest
needs: [buildPublic, buildGCP, buildAzure]
needs: [start, buildPublic, buildGCP, buildAzure]
steps:
- name: Download public artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
toTag: v${{ needs.start.outputs.new_version }}
configurationJson: |
{
"template": "#{{CHANGELOG}}\n## Installation\n```\ndocker pull ${{ steps.meta.outputs.tags }}\n```\n\n## Image reference to deploy: \n```\n${{ needs.start.outputs.new_version }}-<ENCLAVE_PROTOCOL>\n```\n\n## TODO\nPlease download uid2-operator-release-${{ needs.start.outputs.new_version }}.zip, rezip its contents together with UID2 and EUID AWS artifacts, then reupload the ZIP file to this draft.\n```\n\n## Changelog\n#{{UNCATEGORIZED}}",
"template": "#{{CHANGELOG}}\n## Installation\n```\ndocker pull ${{ steps.meta.outputs.tags }}\n```\n\n## Image reference to deploy: \n```\n${{ steps.meta.outputs.tags }}\n```\n\n## TODO\nPlease upload the zipped AWS artifacts to this draft. (version_number_input: ${{ needs.start.outputs.new_version }})\n```\n\n## Changelog\n#{{UNCATEGORIZED}}",
"pr_template": " - #{{TITLE}} - ( PR: ##{{NUMBER}} )"
}
env:
Expand All @@ -161,5 +161,5 @@ jobs:
name: ${{ needs.start.outputs.new_version }}
body: ${{ steps.changelog.outputs.changelog }}
draft: true
files: |
./artifacts/uid2-operator-release-${{ needs.start.outputs.new_version }}.zip
files: |
./artifacts/uid2-operator-release-${{ needs.start.outputs.new_version }}.zip

0 comments on commit 3f57e74

Please sign in to comment.