Skip to content

Commit

Permalink
build: bump softprops/action-gh-release to v2 for use node-20
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <[email protected]>
  • Loading branch information
Certseeds committed Mar 16, 2024
1 parent b5e8407 commit 0be5753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Branch name
id: branch_name
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
tree
- name: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./../script_no_need.zip
Expand Down

0 comments on commit 0be5753

Please sign in to comment.