Skip to content

Commit ac396b5

Browse files
authored
Fix early access release workflow: downgrade action-gh-release from v3 to v2
1 parent 5008817 commit ac396b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/early-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# CREATE GITHUB RELEASE
7373
- id: create-release
7474
name: Create GitHub early access release
75-
uses: softprops/action-gh-release@v3
75+
uses: softprops/action-gh-release@v2
7676
with:
7777
target_commitish: ${{ github.sha }}
7878
tag_name: ${{ env.DOCKER_IMAGE_TAG }}

0 commit comments

Comments
 (0)