Skip to content

Commit

Permalink
create-release change back to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadhya-Sure committed Mar 1, 2025
1 parent 3350641 commit fe63f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Create Release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
id: create_release
uses: actions/create-release@v4
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit fe63f0a

Please sign in to comment.