mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
15 lines
217 B
YAML
15 lines
217 B
YAML
name: pre-release
|
|
|
|
on:
|
|
release: null
|
|
push:
|
|
tags: 'urbit-v[0-9]+.[0-9]+-rc[0-9]+'
|
|
|
|
jobs:
|
|
call-vere:
|
|
uses: ./.github/workflows/vere.yml
|
|
with:
|
|
pace: 'soon'
|
|
upload: true
|
|
secrets: inherit
|