Skip to content

Commit

Permalink
Use a valid SemVer format for the SNAPSHOT version (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Mar 3, 2023
1 parent 190a947 commit cee3608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function getNightlyAsset () {
})

return release.data.assets.find(
({ name }) => name === 'keycloak-999-SNAPSHOT.tar.gz'
({ name }) => name === 'keycloak-999.0.0-SNAPSHOT.tar.gz'
)
}

Expand Down

0 comments on commit cee3608

Please sign in to comment.