Skip to content

Commit

Permalink
Fix GHA version
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Apr 29, 2022
1 parent 7fcb1d5 commit cbbabdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Make sure you store the yml files shown below in your repository under `.github/
- uses: actions/checkout@v2
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.1.0
uses: chevdor/srtool-actions@v0.4.0
env:
# optional: will be passed to docker srtool run cmd
BUILD_OPTS: "--features on-chain-release-build"
Expand Down
2 changes: 1 addition & 1 deletion examples/05_build_opts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.1.0
uses: chevdor/srtool-actions@v0.4.0
env:
# optional: will be passed to docker srtool run cmd
BUILD_OPTS: "--features on-chain-release-build"
Expand Down

0 comments on commit cbbabdc

Please sign in to comment.