Skip to content

Commit 544c89a

Browse files
committed
Move PluginUtil.kt to the util package in release configuration files
1 parent 28f5cd7 commit 544c89a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
git config user.email "[email protected]"
9696
git config user.name "GitHub Action"
9797
git pull
98-
git add src/main/kotlin/org/domaframework/doma/intellij/common/PluginUtil.kt
98+
git add src/main/kotlin/org/domaframework/doma/intellij/common/util/PluginUtil.kt
9999
git add src/main/resources/logback.xml
100100
git add src/main/resources/logback-test.xml
101101
git add gradle.properties

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
git config user.name "GitHub Action"
7272
git fetch
7373
git checkout main
74-
git add src/main/kotlin/org/domaframework/doma/intellij/common/PluginUtil.kt
74+
git add src/main/kotlin/org/domaframework/doma/intellij/common/util/PluginUtil.kt
7575
git add src/main/resources/logback.xml
7676
git add src/main/resources/logback-test.xml
7777
git add gradle.properties

0 commit comments

Comments
 (0)