Skip to content

Commit

Permalink
ci: create a gh action for release (#8)
Browse files Browse the repository at this point in the history
* ci: fix longohrn-ui unable to tag

Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead authored Jan 11, 2024
1 parent fe78a76 commit 24fd79c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
--longhorn-repos longhorn-share-manager \
--longhorn-repos backing-image-manager \
--longhorn-repos longhorn-ui \
--merge
--dryrun
- id: artifact
name: Collect artifacts
Expand All @@ -101,7 +101,8 @@ jobs:
--version-file-repos longhorn-share-manager \
--version-file-repos backing-image-manager \
--version-file-repos longhorn-ui \
--repos longhorn
--repos longhorn \
--force
- id: changelog
name: Create a changelog from the last release
Expand Down
1 change: 1 addition & 0 deletions scripts/create-repo-branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos=(
"longhorn/longhorn-engine"
"longhorn/longhorn-share-manager"
"longhorn/backing-image-manager"
"longhorn/longhorn-ui"
"longhorn/longhorn-tests"
# "longhorn/longhorn-spdk-engine" only needed since GA
)
Expand Down

0 comments on commit 24fd79c

Please sign in to comment.