Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 5d077fd

Browse files
authored
Merge pull request #50 from fullstack-devops/bugfix/resolve-#49
Update create-release.yml
2 parents c1d2718 + 8ebefdc commit 5d077fd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

0 commit comments

Comments
 (0)