Skip to content

Commit

Permalink
Add why comments
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rigby <scott@r6by.com>
  • Loading branch information
scottrigby committed Feb 21, 2023
1 parent 131f6f3 commit c5dda09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -7,6 +7,11 @@ on:
branches:
- main

# Note the only differences between release and canary-release jobs are:
# - only canary passes --overwrite flag
# - the VERSION make variable passed to 'make dist checksum' is expected to
# be "canary" if the job is triggered by a push to "main" branch. If the
# job is triggered by a tag push, VERSION should be the tag ref.
jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'helm' }}
Expand Down Expand Up @@ -65,4 +70,5 @@ jobs:
container_name: ${{ secrets.AZURE_STORAGE_CONTAINER_NAME }}
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
extra_args: '--pattern helm-*'
# WARNING: this will overwrite existing blobs in your blob storage
overwrite: 'true'

0 comments on commit c5dda09

Please sign in to comment.