Skip to content

Commit

Permalink
updating release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yossig-runai committed Oct 7, 2024
1 parent 8274147 commit a6318d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ jobs:
release_artifact:
name: Release Artifact
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Publish release
uses: ghalactic/github-release-from-tag@v5

- name: Upload artifact to release
uses: Shopify/upload-to-release@v1
uses: Shopify/upload-to-release@v2.0.0
with:
name: argo-rollout-config-keeper-operator.yaml
path: argo-rollout-config-keeper-operator.yaml
Expand Down

0 comments on commit a6318d7

Please sign in to comment.