Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Nov 24, 2021
1 parent db52bcf commit 268c863
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
# REGISTRY_USERNAME: ${{ github.repository_owner }}
# REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
with:
name: "helm"
path: "cmak-operator-*.tgz"

publish_chart_job:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ plugins:
- "@semantic-release/exec"
- prepareCmd: "helm package --version ${nextRelease.version}"
publishCmd: "skaffold build -t ${nextRelease.version}"

successCmd: "gh release upload ${nextRelease.version} cmak-operator-${nextRelease.version}.tgz "

0 comments on commit 268c863

Please sign in to comment.