Skip to content

Commit 68ffecb

Browse files
authored
Fix release workflow (#72)
1 parent ad95c45 commit 68ffecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: gather
1818
runs-on: ubuntu-latest
1919
outputs:
20-
version: "${{ fromJSON(steps.version.outputs.version) }}"
20+
version: "${{ steps.version.outputs.version }}"
2121
steps:
2222
- uses: actions/checkout@v3
2323
# Uses release ref (tag)

0 commit comments

Comments
 (0)