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