Skip to content

Commit d865c74

Browse files
⬆️ deps: Update softprops/action-gh-release action to v2 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d866459 commit d865c74

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

0 commit comments

Comments
 (0)