Skip to content

Commit

Permalink
Hardcoded version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 20, 2024
1 parent 8761b18 commit d22fe27
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 @@ -147,7 +147,7 @@ jobs:
env:
TAG: ${{ github.ref_name }}
run: |
TAG_VERSION=${TAG##${{ inputs.SERVICE_NAME }}/}
TAG_VERSION='1.2.0'
if [ -n "Cargo.toml" ] ; then
CARGO_VERSION=$(yq .package.version "Cargo.toml")
if [ ! "$TAG_VERSION" = "$CARGO_VERSION" ] ; then
Expand Down

0 comments on commit d22fe27

Please sign in to comment.