Disabled deployment for now

Permissions problems.
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 14:11:43 +02:00 committed by GitHub
parent dd31ae1263
commit 95084ec639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 18 deletions

View File

@ -225,25 +225,25 @@ jobs:
####### Deployment section ####### ####### Deployment section #######
################################## ##################################
deploy: # deploy:
needs: [build, unittests, typecheck, syntaxcheck, emit] # needs: [build, unittests, typecheck, syntaxcheck, emit]
name: Deply alpha build # name: Deply alpha build
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Download tlang compiler # - name: Download tlang compiler
uses: actions/download-artifact@v3 # uses: actions/download-artifact@v3
with: # with:
name: tbin # name: tbin
- uses: "marvinpinto/action-automatic-releases@latest" # - uses: "marvinpinto/action-automatic-releases@latest"
with: # with:
repo_token: "${{ secrets.YES_TOKEN_DEPLOY }}" # repo_token: "${{ secrets.YES_TOKEN_DEPLOY }}"
automatic_release_tag: "latest" # automatic_release_tag: "latest"
prerelease: true # prerelease: true
title: "Development Build" # title: "Development Build"
files: | # files: |
tbin # tbin