Skip to content

Commit

Permalink
COmment for push
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Mar 5, 2024
1 parent 61383ab commit eb4f89a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ jobs:
git add .
git commit -m "Update Go SDK to ${{ github.sha }}"
if [[ "${{ github.event.inputs.release_type }}" == "Dry Run" ]]; then
echo "==================================="
echo "[!] Dry Run - Skipping push"
echo "==================================="
git ls-files -m
exit 0
else
# if [[ "${{ github.event.inputs.release_type }}" == "Dry Run" ]]; then
# echo "==================================="
# echo "[!] Dry Run - Skipping push"
# echo "==================================="
# git ls-files -m
# exit 0
# else
git push origin main
fi
# fi
- name: Create release tag on SDK Go repo
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
Expand Down

0 comments on commit eb4f89a

Please sign in to comment.