Skip to content

Commit f8df0df

Browse files
authored
Merge pull request #1240 from Versent/dependabot/github_actions/softprops/action-gh-release-2.0.4
chore(deps): bump softprops/action-gh-release from 2.0.3 to 2.0.4
2 parents 7f23089 + f000bb6 commit f8df0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
cat "${INSTALLER}/wix.sh" | docker run --rm -i -e VERSION -v "${INSTALLER}:/wix" ${WIXIMG} /bin/sh
111111
112112
- name: Upload the asset to the release
113-
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v0.2.0.3.2.0.35 / v2.0.3
113+
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v0.2.0.4.2.0.45 / v2.0.4
114114
with:
115115
tag_name: ${{ env.VER_TAG }}
116116
files: ${{ env.INSTALLER }}/out/*.msi

0 commit comments

Comments
 (0)