Skip to content

Commit 32c0316

Browse files
authored
Merge pull request #14 from ateeducacion/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 9cff778 + 9270aa9 commit 32c0316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make package VERSION=${RELEASE_TAG}
3636

3737
- name: Create Release and Upload ZIP
38-
uses: softprops/action-gh-release@v2
38+
uses: softprops/action-gh-release@v3
3939
with:
4040
files: HelpAssistant-${{ env.RELEASE_TAG }}.zip
4141
tag_name: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)