Skip to content

Commit b214798

Browse files
authored
Fix rename of actor image tags during release process (#58)
1 parent 42d5e33 commit b214798

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
@@ -119,7 +119,7 @@ jobs:
119119
- # Upload the build artifacts to the release
120120
name: Upload the build artifacts to release
121121
uses: svenstaro/upload-release-action@v2
122-
if: env.RELEASE_TYPE == 'stable'
122+
if: env.RELEASE_TYPE == 'latest'
123123
with:
124124
repo_token: ${{ secrets.GITHUB_TOKEN }}
125125
file: dist/*

0 commit comments

Comments
 (0)