Skip to content

Commit

Permalink
Merge pull request #161 from multiversx/fix-release-workflow
Browse files Browse the repository at this point in the history
add Cargo.lock
  • Loading branch information
dragos-rebegea authored Jan 23, 2024
2 parents 54d2ca9 + 34ba3b8 commit 2942f10
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: v6.1.0
package_whole_project_src: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v6.0.0
image_tag: v6.1.0
attach_to_existing_release: true
package_whole_project_src: true
Loading

0 comments on commit 2942f10

Please sign in to comment.