mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
build basic-cli 0.18
This commit is contained in:
parent
a58b1013e7
commit
0e896fc2f8
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
# pull_request:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
# this cancels workflows currently in progress if you start a new one
|
||||
|
|
@ -11,7 +11,7 @@ env:
|
|||
# use .tar.gz for quick testing
|
||||
ARCHIVE_FORMAT: .tar.br
|
||||
# Make a new basic-cli git tag and set it here before starting this workflow
|
||||
RELEASE_TAG: 0.17.0
|
||||
RELEASE_TAG: 0.18.0
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
|
|
|||
2
.github/workflows/ci_manager.yml
vendored
2
.github/workflows/ci_manager.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
|
||||
name: CI manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue