Skip to content

Commit

Permalink
Merge pull request #3 from roshan-vijayan-ibm/main
Browse files Browse the repository at this point in the history
feat: All updated to release on GitHub workflow
  • Loading branch information
varada-sunanda-ibm authored Jan 10, 2025
2 parents 25d738b + 9b20f70 commit 581d1c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-build-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+' # Push events to matching semver, i.e. 1.0.0
- 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching semver, i.e. 1.0.0

name: Build and create release

Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
release_name: ${{ github.ref }}
draft: false
prerelease: false
allowUpdates: true
- name: Upload Release Asset Helm Chart
id: upload-release-asset-helm-chart
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 581d1c2

Please sign in to comment.