We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2e49a commit 28860baCopy full SHA for 28860ba
.github/workflows/release.yaml
@@ -1,11 +1,15 @@
1
-name: REUSE Compliance Check
+name: Versioned Release
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
permissions:
- contents: read
9
+ contents: write # we need this to be able to push tags
10
+ pull-requests: read
11
12
jobs:
- run_reuse:
- uses: openmcp-project/build/.github/workflows/reuse.lib.yaml@main
13
+ release_tag:
14
+ uses: openmcp-project/build/.github/workflows/release.lib.yaml@main
15
secrets: inherit
0 commit comments