Parcourir la source

Update release.yml (#5058)

Isaac Marovitz il y a 2 ans
Parent
commit
274af65f69
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -33,7 +33,7 @@ jobs:
         shell: bash
         shell: bash
 
 
       - name: Create tag
       - name: Create tag
-        uses: actions/github-script@v5
+        uses: actions/github-script@v6
         with:
         with:
           script: |
           script: |
             github.rest.git.createRef({
             github.rest.git.createRef({
@@ -207,4 +207,4 @@ jobs:
     needs: release
     needs: release
     with:
     with:
       ryujinx_version: "1.1.${{ github.run_number }}"
       ryujinx_version: "1.1.${{ github.run_number }}"
-    secrets: inherit
+    secrets: inherit