Skip to content

Commit

Permalink
fix: removed update version test
Browse files Browse the repository at this point in the history
  • Loading branch information
sra1kumar-NULL committed Nov 12, 2024
1 parent f319ca0 commit 5778961
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/next-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,18 +1076,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

update-version:
needs: test-next-latest
if: ${{ needs.check-next-version.outputs.should_run == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Next.js version file
run: |
echo ${{ needs.check-next-version.outputs.latest_version }} > .next-version
git config user.name github-actions
git config user.email [email protected]
git add .next-version
git commit -m "Update Next.js version to ${{ needs.check-next-version.outputs.latest_version }}"
git push

0 comments on commit 5778961

Please sign in to comment.