Skip to content

Commit fe63f0a

Browse files
committed
create-release change back to v1
1 parent 3350641 commit fe63f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Create Release
7373
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
7474
id: create_release
75-
uses: actions/create-release@v4
75+
uses: actions/create-release@v1
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
with:

0 commit comments

Comments
 (0)