Skip to content

Commit

Permalink
add release contract build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Feb 3, 2023
1 parent bcf9b0b commit 4a92dc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/on_release_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: On release, build contracts

on:
release:
types: [published]

permissions:
contents: write

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v4.1.1
attach_to_existing_release: true

0 comments on commit 4a92dc9

Please sign in to comment.