Skip to content

Update VERSION to 2.12 (#501) #162

Update VERSION to 2.12 (#501)

Update VERSION to 2.12 (#501) #162

Workflow file for this run

name: Push to develop
on:
push:
branches:
- develop
paths:
- '*.bazel'
- '.bazelrc'
- '.github/workflows/**.yml'
- 'PACE'
- 'VERSION'
- 'bazel/**'
- 'pkg/**'
jobs:
urbit:
uses: ./.github/workflows/shared.yml
with:
pace: 'edge'
upload: true
secrets: inherit
docker:
uses: ./.github/workflows/docker-shared.yml
with:
pace: 'edge'
secrets: inherit