Skip to content

Commit

Permalink
fix post release
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Apr 10, 2024
1 parent 8c24ea3 commit f95d32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
find . -name 'pom.xml' | xargs git add
git add package.json
git commit -m "Restore java packages to $SNAPSHOT_VERSION and update package.json"
git push origin ${{ github.ref_name }}
echo "Snapshots version restored"
# git push origin ${{ github.ref_name }}
# echo "Snapshots version restored"
- name: "Push to protected branch"
uses: CasperWA/push-protected@v2
with:
Expand Down

0 comments on commit f95d32e

Please sign in to comment.