Skip to content

Commit

Permalink
test: fix deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni authored Mar 14, 2023
1 parent cb3de92 commit 84c7c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
git show
# Create the tag
git tag "$NEW_VERSION"
run: echo "create-release=true" >> $GITHUB_OUTPUT
run: echo "new-version=$NEW_VERSION" >> $GITHUB_OUTPUT
echo "create-release=true" >> $GITHUB_OUTPUT
echo "new-version=$NEW_VERSION" >> $GITHUB_OUTPUT
fi
fi
fi
Expand Down

0 comments on commit 84c7c5a

Please sign in to comment.