Skip to content

Updated the go mod to point to latest main of go-quai #7

Updated the go mod to point to latest main of go-quai

Updated the go mod to point to latest main of go-quai #7

Workflow file for this run

name: Build and Deploy to Dev
on:
pull_request:
types: [closed]
branches: [ "main" ]
jobs:
buildDeployDev:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/build-deploy.yml
secrets:
DOCKER: ${{ secrets.DOCKER }}
GH_PAT: ${{ secrets.GH_PAT }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
with:
awk: awk -F. '{print $1"."$2"."$3"."$4+1}'