Skip to content

Commit

Permalink
use release generic workflow instead of 3rd gen release
Browse files Browse the repository at this point in the history
this is just a sub component, notification of all teams via mattermost is not desired here
  • Loading branch information
mgoetzegb committed Apr 17, 2024
1 parent b4d1262 commit 5878880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
release:
name: csaf_distribution
uses: greenbone/workflows/.github/workflows/release-3rd-gen.yml@main
uses: greenbone/workflows/.github/workflows/release-generic.yml@main
with:
release-type: ${{ inputs.release-type }}
release-version: ${{ inputs.release-version }}
Expand Down

0 comments on commit 5878880

Please sign in to comment.