From afb46859e27ea47f10e4630f6130b6723fde8114 Mon Sep 17 00:00:00 2001 From: Cat McGee Date: Tue, 9 Jan 2024 15:09:37 +0000 Subject: [PATCH] js->sh --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 29e862d..056d232 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: - name: Get version id: versions_step run: | - version_tag=$(node ./.github/scripts/get_release.js) + version_tag=$(node ./.github/scripts/get_release.sh) echo "::set-output name=version_tag::$version_tag" echo "Output from get_release script: $version_tag" @@ -37,4 +37,4 @@ jobs: git commit -m "Github Action: Update contract" -a || echo "No changes to commit" git push env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}