Skip to content

Commit b210b3a

Browse files
committed
ci/fix: release action version to v1
1 parent a2b7b91 commit b210b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106

107107
- name: Create GitHub Release
108-
uses: actions/create-release@1
108+
uses: actions/create-release@v1
109109
with:
110110
tag_name: ${{ github.event.milestone.title }}
111111
release_name: ${{ github.event.milestone.title }}

0 commit comments

Comments
 (0)