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 14
14
15
15
jobs :
16
16
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
18
18
secrets :
19
19
token : ${{ secrets.GITHUB_TOKEN }}
20
20
@@ -116,10 +116,9 @@ jobs:
116
116
uses : fullstack-devops/awesome-ci-action@main
117
117
118
118
- 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 }} "
120
120
env :
121
121
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
122
- ACI_RELEASE_ID : ${{ needs.create_release.outputs.releaseid }}
123
122
124
123
- name : update helm charts appVersion
125
124
uses : peter-evans/repository-dispatch@v2
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright [2022 ] [eksrha]
189
+ Copyright [2023 ] [eksrha]
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments