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: |