Skip to content

Commit a4c5391

Browse files
author
Josh Newman
committed
fix: change version output
1 parent 04c0d7b commit a4c5391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: get_version
6464
run: |
6565
version=$(git describe --abbrev=0 --match "v*.*.*" || echo "v0.1.0")
66-
echo "{version}={$version}" >> $GITHUB_OUTPUT
66+
echo "version=$version" >> $GITHUB_OUTPUT
6767
- name: Next Version
6868
uses: technicallyjosh/next-version-action@v1
6969
id: version

0 commit comments

Comments
 (0)