Skip to content

Commit

Permalink
chore: fix alret
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 5, 2023
1 parent 3dc5c19 commit 02451a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: Release
on:
release:
types: [prereleased, released]
types: [ prereleased, released ]

jobs:

Expand All @@ -24,17 +24,17 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}

# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.0.6

# Setup Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

# Set environment variables
- name: Export Properties
id: properties
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.phodal.autodev
pluginName = AutoDev
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
# SemVer format -> https://semver.org
pluginVersion = 1.0.1
pluginVersion = 1.0.2-beta.1

# Supported IDEs: idea, pycharm
baseIDE=idea
Expand Down

0 comments on commit 02451a5

Please sign in to comment.