Skip to content

Commit 3f98ee1

Browse files
⬆️ deps: Update softprops/action-gh-release action to v3 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59a818b commit 3f98ee1

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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Get tag name
7373
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
7474
- name: Publish to GitHub
75-
uses: softprops/action-gh-release@v2
75+
uses: softprops/action-gh-release@v3
7676
with:
7777
draft: true
7878
files: dist/*

0 commit comments

Comments
 (0)