Skip to content

Commit

Permalink
fix release (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Nov 30, 2022
1 parent 04437db commit b1e1ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-config/release_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
connection: local
vars:
collection_namespace: "{{ namespace | lower | regex_replace('-','_') }}"
collection_name: controller_configuration
collection_name: aap_utilities
collection_version: "{{ github_tag | regex_search('(\\d.\\d.\\d.*)') }}"
collection_repo: undef
api_key: undef
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/infra-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: infra-controller_configuration-${{ github.ref_name }}.tar.gz
file: infra-aap_utilities-${{ github.ref_name }}.tar.gz
tag: ${{ github.ref }}
overwrite: true

- name: Upload files to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.namespace.outputs.NAMESPACE }}-controller_configuration-${{ github.ref_name }}.tar.gz
file: ${{ steps.namespace.outputs.NAMESPACE }}-aap_utilities-${{ github.ref_name }}.tar.gz
tag: ${{ github.ref }}
overwrite: true

Expand Down

0 comments on commit b1e1ccf

Please sign in to comment.