diff --git a/.github/workflows/versioner.yml b/.github/workflows/versioner.yml index 483a343ce..6ca548f05 100644 --- a/.github/workflows/versioner.yml +++ b/.github/workflows/versioner.yml @@ -29,7 +29,7 @@ jobs: NEW_BUILD=$((CURRENT_BUILD+1)) echo "$NEW_BUILD" - echo "NEWBUID=$NEW_BUILD" >> $GITHUB_OUTPUT + echo "NEWBUILD=$NEW_BUILD" >> $GITHUB_OUTPUT sed -i "s/^build.*/build: $NEW_BUILD/" VERSION.yaml fi - name: Push commit @@ -38,4 +38,4 @@ jobs: git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add VERSION.yaml git commit -am "minor: Bump build to ${{ steps.new_build.outputs.NEWBUILD }}" - git push \ No newline at end of file + git push