This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 create_release :
17- uses : fullstack-devops/actions /.github/workflows/create-release.yml@main
17+ uses : fullstack-devops/git-workflows /.github/workflows/create-release.yml@main
1818 secrets :
1919 token : ${{ secrets.GITHUB_TOKEN }}
2020
@@ -116,10 +116,9 @@ jobs:
116116 uses : fullstack-devops/awesome-ci-action@main
117117
118118 - name : Publish Release
119- run : awesome-ci release publish -releaseid "$ACI_RELEASE_ID "
119+ run : awesome-ci release publish --release-id "${{ needs.create_release.outputs.release-id }} "
120120 env :
121121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
122- ACI_RELEASE_ID : ${{ needs.create_release.outputs.releaseid }}
123122
124123 - name : update helm charts appVersion
125124 uses : peter-evans/repository-dispatch@v2
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright [2022 ] [eksrha]
189+ Copyright [2023 ] [eksrha]
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments