Skip to content

Update VERSION to 2.11 (#484) #156

Update VERSION to 2.11 (#484)

Update VERSION to 2.11 (#484) #156

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