Skip to content

Commit

Permalink
fix full version of rock
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Bendriss committed Jul 19, 2024
1 parent dce1635 commit 0ae4b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
full_version="$(cat rockcraft.yaml | yq .version)"
version="${full_version%-*}"
base="$(cat rockcraft.yaml | yq .base)"
base="${base#*:}"
base="${base#*@}"
# push major version to edge
major_tag_version="${version%%.*}-${{ env.RELEASE }}"
Expand Down

0 comments on commit 0ae4b3b

Please sign in to comment.