Skip to content

Updated the proposer min block delay #3

Updated the proposer min block delay

Updated the proposer min block delay #3

Workflow file for this run

# Copyright (C) 2024, Nuklai. All rights reserved.
# See the file LICENSE for licensing terms.
name: VM Release
on:
push:
tags:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nuklaivm-release:
# We build with 20.04 to maintain max compatibility: https://github.com/golang/go/issues/57328
runs-on: ubuntu-20.04-32
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/vm-release
with:
vm-name: nuklaivm
github-token: ${{ secrets.GITHUB_TOKEN }}