Skip to content

Commit

Permalink
Update build-collection.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Apr 8, 2024
1 parent d1c27b8 commit 15d4240
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,3 @@ jobs:
runs-on: ${{ inputs.runs-on }}
environment-name: ${{ inputs.environment-name }}
continue-error: false

Release-Collection:
name: Release-Collection
needs: Build-Collection
permissions:
contents: write
pull-requests: write
runs-on: ${{ inputs.runs-on }}
environment: ${{ inputs.environment-name }}
container:
image: eu.gcr.io/stuttgart-things/machineshop:v1.7.2
steps:
- name: Release module
uses: ncipollo/[email protected]
with:
name: ${{ needs.Build-Collection.outputs.artifact-name }}
artifacts: ${{ needs.Build-Collection.outputs.artifact-name }}
body: "ansible-collection"
tag: 1.2.4 #${{ needs.Build-Collection.outputs.collection-version }}

0 comments on commit 15d4240

Please sign in to comment.