Skip to content

Commit

Permalink
Merge pull request #29 from fc92/kind
Browse files Browse the repository at this point in the history
:remove helm chart publication
  • Loading branch information
fc92 authored Mar 28, 2023
2 parents db71b40 + b226723 commit 0d9ffc9
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.32
- uses: wangyoucao577/go-release-action@v1.37
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand All @@ -34,28 +34,3 @@ jobs:
extra_files: LICENSE README.md
retry: 10
overwrite: true

release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: deployments/poker
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d9ffc9

Please sign in to comment.