Skip to content

Commit 28860ba

Browse files
authored
fix: use correct workflow for release (#71)
1 parent 2d2e49a commit 28860ba

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
name: REUSE Compliance Check
1+
name: Versioned Release
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
47

58
permissions:
6-
contents: read
9+
contents: write # we need this to be able to push tags
10+
pull-requests: read
711

812
jobs:
9-
run_reuse:
10-
uses: openmcp-project/build/.github/workflows/reuse.lib.yaml@main
13+
release_tag:
14+
uses: openmcp-project/build/.github/workflows/release.lib.yaml@main
1115
secrets: inherit

0 commit comments

Comments
 (0)