Skip to content

Commit

Permalink
fix: Switch master to main branch for asdf tool for GH action to work
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Dec 10, 2024
1 parent df06d9c commit e7d19e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dataspray-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>

<artifactId>dataspray-cli</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
<packaging>jar</packaging>

<name>DataSpray CLI</name>
Expand Down Expand Up @@ -275,6 +275,7 @@
<owner>datasprayio</owner>
<name>asdf-${binary.name}</name>
</repository>
<branch>main</branch>
<downloadUrl>
https://github.com/datasprayio/dataspray/releases/download/cli-$version/dst-jar-$version.zip
</downloadUrl>
Expand All @@ -297,7 +298,7 @@
</update>
<tagName>cli-{{projectVersion}}</tagName>
<files>true</files>
<draft>false</draft>
<branch>main</branch>
<issues>
<enabled>true</enabled>
</issues>
Expand Down

0 comments on commit e7d19e8

Please sign in to comment.