Skip to content

Commit b14460d

Browse files
committed
Bump update-release action in the hope that TAG_NAME now works...
1 parent 13e39d7 commit b14460d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-version-ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Add to GH release
113113
if: steps.build-and-push.outputs.NEW_IMAGE == 'true' && steps.set-version.outputs.PROD == 'true'
114-
uses: tubone24/update_release@v1.0
114+
uses: tubone24/update_release@v1.3.1
115115
env:
116116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117117
TAG_NAME: ${{ steps.set-version.outputs.VERSION }}

0 commit comments

Comments
 (0)