Update publish.yml

This commit is contained in:
RyzenDew 2024-03-05 21:29:11 -04:00 committed by GitHub
parent eeabf48b34
commit f443944c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,12 +45,9 @@ jobs:
path: 'citra-merge'
fetch-depth: 0
submodules: true
token: ${{ secrets.ALT_GITHUB_TOKEN }}
- uses: actions/github-script@v7
name: 'Update and tag new commits'
if: ${{ steps.check-changes.outputs.result == 'true' }}
env:
ALT_GITHUB_TOKEN: ${{ secrets.ALT_GITHUB_TOKEN }}
with:
script: |
const execa = require("execa");
@ -90,8 +87,6 @@ jobs:
- uses: actions/github-script@v7
name: 'Check and merge canary changes'
if: ${{ steps.check-changes.outputs.result == 'true' }}
env:
ALT_GITHUB_TOKEN: ${{ secrets.ALT_GITHUB_TOKEN }}
with:
script: |
const execa = require("execa");