Skip to content

Commit f0dca14

Browse files
committed
use release generic workflow instead of 3rd gen release
this is just a sub component, notification of all teams via mattermost is not desired here
1 parent b4d1262 commit f0dca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
release:
2222
name: csaf_distribution
23-
uses: greenbone/workflows/.github/workflows/release-3rd-gen.yml@main
23+
uses: greenbone/workflows/.github/workflows/release-generic.yml@main
2424
with:
2525
release-type: ${{ inputs.release-type }}
2626
release-version: ${{ inputs.release-version }}

0 commit comments

Comments
 (0)