diff --git a/.github/project.yml b/.github/project.yml index 2230d28..ef07744 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -2,5 +2,5 @@ name: Component checker # Open the PR to do the PR from # the wildfly-extras/wildfly-channel repository release: - current-version: - next-version: + current-version: 1.0.0.Beta1 + next-version: 1.0.0.Beta2-SNAPSHOT diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 92c6033..56ce5a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,3 +34,8 @@ jobs: #mvn -B release:perform -Pjboss-release git push git push --tags + - name: Create GH release + uses: softprops/action-gh-release@v2 + with: + files: target/component-mapper-${{steps.metadata.outputs.current-version}}-shaded.jar + tag_name: ${{steps.metadata.outputs.current-version}}