Skip to content

Commit

Permalink
Revert action-gh-release to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Jul 18, 2024
1 parent 0c23530 commit 0d11d6b
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
uses: softprops/action-gh-release@v2.0.6
with:
draft: true
files: |
Expand All @@ -54,7 +54,7 @@ jobs:
yarn install
yarn build
- name: Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.0.6
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
uses: softprops/action-gh-release@v2.0.6
with:
draft: true
files: |
Expand Down

0 comments on commit 0d11d6b

Please sign in to comment.