diff options
author | Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> | 2023-05-25 15:17:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 16:17:37 +0200 |
commit | 274af65f69f25c88c50b626b785a33aade9a1b63 (patch) | |
tree | 7a29050e64daece4b0eb1a63a2d66740ce48615b | |
parent | 4ca78eded52f21089400cc28351b9353279b8171 (diff) |
Update release.yml (#5058)1.1.820
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3203319..491fe6d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: shell: bash - name: Create tag - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | github.rest.git.createRef({ @@ -207,4 +207,4 @@ jobs: needs: release with: ryujinx_version: "1.1.${{ github.run_number }}" - secrets: inherit
\ No newline at end of file + secrets: inherit |