Skip to content

Commit 1df77b0

Browse files
authored
Merge pull request #54 from contentstack/fix/masterRelease
Fix release
2 parents 500baa9 + 8c977ee commit 1df77b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tag_prefix: "v"
2929
- name: Create Release
3030
if: steps.update_tag.outputs.tagname
31-
uses: actions/create-release@v4
31+
uses: actions/create-release@v1
3232
id: create_release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token

0 commit comments

Comments
 (0)