Skip to content

Commit

Permalink
fix: CI and deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <[email protected]>
  • Loading branch information
gabyx committed Jul 6, 2024
1 parent 8235344 commit 9410494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ Would become:

## Development

Read first the [Contribution Guidelines](/CONTRIBUTING.md).

### Setup

- Rust Toolchain: You need the `rust` toolchain corresponding to
Expand Down Expand Up @@ -353,8 +355,8 @@ just release <sem-version>

It will:

- Check that the version is sem. version and the version does not exists (local
and remote) and it is newer then all remote version.
- Check that the version is semantic version and the version does not exists
(local and remote) and it is newer then all remote version.

- Update the `Cargo.toml` and make a commit on `main`.

Expand Down
2 changes: 1 addition & 1 deletion tools/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main() {
print_info "Building image for release."

# When CI and in Release, the requested version must match.
version=$(dasel get -f "$VERSION_FILE" .package.version -w yaml)
version=$(dasel -r toml -f "$VERSION_FILE" .package.version -w yaml)

release_version=${GITHUB_REF##*prepare-v}

Expand Down

0 comments on commit 9410494

Please sign in to comment.