Skip to content

Commit

Permalink
build: adding gh action for gh releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Mar 26, 2024
1 parent ad6fcfb commit 255c944
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: create-github-release
on:
workflow_dispatch:
inputs:
releaseversion:
description: 'Release version'
required: true
default: '2.4.0'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- run: |
echo "Release version ${{ github.event.inputs.releaseversion }}!"
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<include>de.thm.atag:*</include>
</includes>
</artifactSet>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand Down
13 changes: 0 additions & 13 deletions settings.gradle

This file was deleted.

0 comments on commit 255c944

Please sign in to comment.