Skip to content

Commit

Permalink
Release v0.9.19 (#155)
Browse files Browse the repository at this point in the history
* Opportunity runtime updated.

* Opportunity node update.

* Opportunity node update.

* Standard runtime updates to 0.9.19.

* Standard node update to 0.9.19.

* Cargo fmt run.

* Fix oracle test.

* Cargo fmt run.

* Update dependencies.
  • Loading branch information
firke authored Apr 27, 2022
1 parent 8e3c994 commit 6e59e10
Show file tree
Hide file tree
Showing 35 changed files with 2,288 additions and 1,693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
mv ./target/release/standard-collator ./standard-collator-${{ steps.arch.outputs.DETAILS }}
- name: Upload Artifacts - ${{ matrix.os }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.0.0
with:
name: standard-substrate-${{ steps.arch.outputs.DETAILS }}
if-no-files-found: error
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
- name: Build Changelog
id: build-changelog
uses: mikepenz/release-changelog-builder-action@v2.8.2
uses: mikepenz/release-changelog-builder-action@v2.9.0
if: github.ref == 'refs/heads/master'
with:
configuration: ".github/release_notes_config.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create release
uses: ncipollo/release-action@v1.9.0
uses: ncipollo/release-action@v1.10.0
id: release-step
if: github.ref == 'refs/heads/master'
with:
Expand Down
Loading

0 comments on commit 6e59e10

Please sign in to comment.