From 196e7c816e1564bf93b820a113f2efc78552a169 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Sun, 21 Apr 2024 11:02:26 -0700 Subject: [PATCH] revv --- .github/workflows/tag-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 1498841..00e13c0 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -11,7 +11,7 @@ jobs: steps: # Checkout the repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Important to fetch all tags and history @@ -38,7 +38,7 @@ jobs: uses: actions/github-script@v7 with: script: | - github.git.createRef({ + github.rest.git.createRef({ owner: context.repo.owner, repo: context.repo.repo, ref: "refs/tags/${{env.NEW_VERSION}}",