Skip to content

Commit

Permalink
Revert out release aspects - for different workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgewareRoad committed Mar 12, 2024
1 parent cee7ac8 commit 488d8ba
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Java CI

on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
Expand All @@ -30,14 +28,4 @@ jobs:
echo "version: ${{ steps.read-properties.outputs.trivysummary_version }}"
- name: Build with Gradle
run: gradle distZip publish -Pmvnpub.user="${{ secrets.MAVENREPO_USER }}" -Pmvnpub.key="${{ secrets.MAVENREPO_TOKEN }}" --warning-mode all
- name: release
uses: actions/create-release@v1
id: create_release
with:
draft: false
prerelease: false
release_name: ${{ steps.read-properties.outputs.trivysummary_version }}
tag_name: ${{ github.ref }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 488d8ba

Please sign in to comment.