Update release.yml (#5058)

This commit is contained in:
Isaac Marovitz 2023-05-25 15:17:37 +01:00 committed by GitHub
parent 4ca78eded5
commit 274af65f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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