Skip to content

Commit 72908e3

Browse files
committed
Merge branch 'DBTOOLS-1665_fix_mistake' into 'master'
DBTOOLS-1665 fixed mistake See merge request codekeeper/pgcodekeeper-core!40
2 parents 265a42f + ded752c commit 72908e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Maven settings
3232
uses: 1arp/create-a-file-action@0.4.5
3333
with:
34-
path: /home/runnner/.m2
34+
path: /home/runner/.m2
3535
isAbsolutePath: true
3636
file: settings.xml
3737
content: ${{ secrets.MAVEN_SETTINGS_XML }}

0 commit comments

Comments
 (0)