Skip to content

Commit

Permalink
cicd: add ability to add a cuustom tag for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed May 3, 2024
1 parent d633cde commit 073f5a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ on:
inputs:
colonyNetworkHead:
description: 'colonyNetwork tag, branch or hash'
required: false
required: true
default: 'develop'
tag:
description: 'Define a custom tag for the abis'
required: true
default: 'next'

jobs:
build:
Expand Down Expand Up @@ -53,7 +57,7 @@ jobs:
working-directory: ./vendor/colonyNetwork
run: npx hardhat compile

- run: pnpm run build
- run: pnpm run build --t=${{ github.event.inputs.tag }}

- run: pnpm test

Expand Down

0 comments on commit 073f5a7

Please sign in to comment.