Skip to content

Commit

Permalink
fix: add possibly missing tags (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrawford-figure authored Sep 25, 2024
1 parent 23298e2 commit 37b529d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Gradle Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
jdks
wrapper
- name: Build and Release Main
- name: Build, Publish, and Release
run: |
./gradlew \
-Psemver.modifier=${{ github.event.inputs.version-modifier }} \
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ gradlePlugin {
displayName = info.name
description = info.description
implementationClass = info.pluginImplementation
tags = info.tags
}
}
}
Expand Down

0 comments on commit 37b529d

Please sign in to comment.