Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent aada09e commit 4068fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
yarn install
yarn build
- name: Release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.9
with:
draft: true
files: |
Expand All @@ -54,7 +54,7 @@ jobs:
yarn install
yarn build
- name: Release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.9
with:
draft: true
files: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
yarn install
yarn build
- name: Release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.9
with:
draft: true
files: |
Expand Down

0 comments on commit 4068fae

Please sign in to comment.