Skip to content

Commit a50368a

Browse files
authored
build: set version (#1138)
1 parent 30ee746 commit a50368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version-file: '.nvmrc'
2525

2626
- name: Bump version to latest tag
27-
run: echo "GITIFY_VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITHUB_OUTPUT
27+
run: echo "GITIFY_VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITIFY_VERSION
2828

2929
- name: Setup git config
3030
run: |

0 commit comments

Comments
 (0)