From 24895312aeb5fcfaaf3012cde0ff25755e1322e8 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 22 May 2024 05:33:27 -0400 Subject: [PATCH] build: set version --- .github/workflows/on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 80917d3b2..7925c46a1 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -24,7 +24,7 @@ jobs: node-version-file: '.nvmrc' - name: Bump version to latest tag - run: echo "GITIFY_VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITHUB_OUTPUT + run: echo "GITIFY_VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')" >> $GITIFY_VERSION - name: Setup git config run: |