Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 authored Jul 15, 2024
1 parent 40dc909 commit 7e9178f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# See .pre-commit-config.yaml for what hooks are executed
name: Release

env:
skip_tests: false
tagged_version: ${{ github.ref_name }}


on:
release:
types:
Expand All @@ -13,7 +18,7 @@ on:
description: 'Skip Tests - Only to be used '
required: false
default: false
version:
tagged_version:
description: "The tagged version to run the release of"
required: true

Expand Down Expand Up @@ -47,7 +52,7 @@ jobs:
publish_url_collection_2: https://cloud.redhat.com/api/automation-hub/
galaxy_publish_2: false
ah_publish_2: true
collection_version: ${{ github.ref_name }}
collection_version: ${{ tagged_version }}
collection_repo: https://github.com/redhat-cop/controller_configuration/
quay_username: redhat_cop
collection_dependencies: awx.awx
Expand Down

0 comments on commit 7e9178f

Please sign in to comment.