Skip to content

Commit

Permalink
replace release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Nov 2, 2022
1 parent 1433043 commit f952535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release
uses: softprops/action-gh-release@v1
with:
body: ${{steps.github_release.outputs.changelog}}
files: |
Expand Down

0 comments on commit f952535

Please sign in to comment.