Skip to content

Commit

Permalink
ci: automate approval process
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz committed Sep 18, 2023
1 parent 0b588d5 commit 0a614e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/3.approve-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "current version: ${{ env.version }}"
if [[ "$env.version" == *"SNAPSHOT"* ]]; then
echo "Dealing with a snapshot version. Current version: ${{ env.version }}"
echo "New version: ${{ env.version //-SNAPSHOT//g }}"
echo "New version: ${ env.version //-SNAPSHOT//g }"
else
echo "Already released. Current version: ${{ env.version }}"
fi

0 comments on commit 0a614e4

Please sign in to comment.