Skip to content

Commit

Permalink
Set first release version
Browse files Browse the repository at this point in the history
  • Loading branch information
janpk committed Oct 31, 2023
1 parent acc3a07 commit 00a08ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
run: curl -Ls https://sh.jbang.dev | bash -s - app setup
shell: bash
- id: action
run: ~/.jbang/bin/jbang --repos 'github=https://maven.pkg.github.com/janpk/pom-to-badges.git/' --repos 'mavencentral' dev.hagastua.action.pomtobadges:pom-to-badges:999-SNAPSHOT
run: ~/.jbang/bin/jbang --repos 'github=https://maven.pkg.github.com/janpk/pom-to-badges.git/' --repos 'mavencentral' dev.hagastua.action.pomtobadges:pom-to-badges:1.0.0
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.hagastua.action.pomtobadges</groupId>
<artifactId>pom-to-badges</artifactId>
<version>999-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>Pom To Badges</name>
<description>Generate a badge and write to path</description>
<properties>
Expand Down

0 comments on commit 00a08ce

Please sign in to comment.