Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed May 4, 2022
1 parent 3225fa7 commit b1bc139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:

- name: GH Release
uses: softprops/action-gh-release@v1
name: Version ${{ env.RELEASE_VERSION }}
with:
name: Version ${{ env.RELEASE_VERSION }}

0 comments on commit b1bc139

Please sign in to comment.