diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38a7f23..da8b299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: CI -on: - push: +on: + push: branches: - master - tags: + tags: - '[0-9]+.[0-9]+.[0-9]+' pull_request: branches: [master] @@ -17,7 +17,7 @@ on: env: VERBOSE: ${{ github.events.input.verbose }} - SUBWASM_VERSION: 0.12.0 + SUBWASM_VERSION: 0.14.0 CARGO_TERM_COLOR: always @@ -82,14 +82,14 @@ jobs: run: | cargo clean -p integritee-node cargo build --release - + # Upload artifacts - name: Upload integritee-node uses: actions/upload-artifact@v2 with: name: integritee-node-${{ github.sha }} path: target/release/integritee-node - + - name: Slack Notification uses: 8398a7/action-slack@v3 if: failure() @@ -137,14 +137,14 @@ jobs: run: | cargo clean -p integritee-node cargo build --release --features skip-ias-check - + # Upload artifacts - name: Upload integritee-node-dev uses: actions/upload-artifact@v2 with: name: integritee-node-dev-${{ github.sha }} path: target/release/integritee-node - + - name: Slack Notification uses: 8398a7/action-slack@v3 if: failure() @@ -257,7 +257,7 @@ jobs: ${{ matrix.runtime }}-metadata.json # ${{ matrix.runtime }}-diff.txt - + - name: Upload ${{ matrix.runtime }} runtime uses: actions/upload-artifact@v2 with: @@ -292,7 +292,7 @@ jobs: # - uses: actions/download-artifact@v2 # with: # name: integritee-node-${{ github.sha }} - + # - name: 'Create binaries for artifacts' # # Note: there is no way to pass the parachain-id to the `build-spec` cmd, which which imposes to set # # `DEFAULT_PARA_ID=2015` in the `polkadot-parachains/command`. @@ -357,7 +357,7 @@ jobs: - name: Changelog uses: scottbrenner/generate-changelog-action@master id: Changelog - + - name: Display structure of downloaded files run: ls -R working-directory: .