Skip to content

Commit

Permalink
Update readme, try to release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rangeid committed Sep 2, 2024
1 parent 5a8fb53 commit cb3144e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,18 @@ jobs:
- name: Build with Maven
run: |
mvn --batch-mode clean package -PbuildKar
- name: Extract version
id: version
run: |
REF=${{ github.ref }}
VERSION=${REF#refs/tags/v}
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Release with Notes
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ steps.version.outputs.VERSION }}
files: |
nexus-repository-ansiblegalaxy/target/*.jar
nexus-repository-ansiblegalaxy/target/*.kar
Expand Down

0 comments on commit cb3144e

Please sign in to comment.