Skip to content

Commit

Permalink
Adjust workflow for reproducible builds. (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu authored Aug 7, 2023
1 parent 3a1e7a8 commit 6e2d745
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: On pull request, build contracts

on:
pull_request:

permissions:
contents: write

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v4.1.4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v5.1.0
image_tag: v4.1.4
attach_to_existing_release: true

0 comments on commit 6e2d745

Please sign in to comment.