diff --git a/.github/workflows/on-tags.yml b/.github/workflows/on-tags.yml index 102c4208..39b58195 100644 --- a/.github/workflows/on-tags.yml +++ b/.github/workflows/on-tags.yml @@ -59,7 +59,7 @@ jobs: with: # The arguments for the `git add` command (see the paragraph below for more info) # Default: '.' - add: 'releases/k3s' + add: 'releases/k3s-packages' # Determines the way the action fills missing author name and email. Three options are available: # - github_actor -> UserName # - user_info -> Your Display Name