Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent 69b36d5 commit 271afc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,12 +493,9 @@ jobs:
make release-cli
- name: CLI - create release with binaries
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
dist/*
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 271afc4

Please sign in to comment.