Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Nov 24, 2021
1 parent d6ce597 commit ef5cbbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
npm ci
npx semantic-release
env:
# HELM_EXPERIMENTAL_OCI: 1
# REGISTRY_USERNAME: ${{ github.repository_owner }}
# REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
HELM_EXPERIMENTAL_OCI: 1
REGISTRY_USERNAME: ${{ github.repository_owner }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
mkdir /tmp/cmak
Expand Down

0 comments on commit ef5cbbb

Please sign in to comment.