diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 83f7d6821..6b41bdfe4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ -* @JakeHartnell @dimiandre +* @JakeHartnell @dimiandre @niilptr diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b6ca671b..4d44ebae9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,18 +12,18 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + - name: Docker compose run: STAKE_TOKEN="ujunox" TIMEOUT_COMMIT=500ms docker compose up -d - name: Copy binary - run: docker cp juno_node_1:/usr/bin/junod ./junod + run: docker cp juno-node-1:/usr/bin/junod ./junod - name: Save sha256 sum run: sha256sum ./junod > ./junod_sha256.txt - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v1 with: token: ${{ github.token }} files: |