Skip to content

Commit

Permalink
Full dry-run test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 20, 2024
1 parent fd0a164 commit 58abd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Set image tag if correctly formatted
run: |
TAG_VERSION=${{ github.ref_name }}
TAG_VERSION="1.2.0" #${{ github.ref_name }}
if [ -n "Cargo.toml" ] ; then
CARGO_VERSION=$(yq .package.version "Cargo.toml")
if [ ! "$TAG_VERSION" = "$CARGO_VERSION" ] ; then
Expand Down

0 comments on commit 58abd6d

Please sign in to comment.