Skip to content

Commit

Permalink
revv
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb committed Apr 21, 2024
1 parent 2fb8be9 commit 196e7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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}}",
Expand Down

0 comments on commit 196e7c8

Please sign in to comment.