diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84492674b..9028b8596 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: write_file uses: timheuer/base64-to-file@v1 with: - fileName: 'secret.pgp' + fileName: "secret.pgp" encodedString: ${{ secrets.SIGNING_SECRET_KEY_BASE64 }} - name: Release env: @@ -40,6 +40,7 @@ jobs: runs-on: ubuntu-latest needs: [release] strategy: + fail-fast: false matrix: repository: - agorapulse/agorapulse-bom @@ -50,12 +51,13 @@ jobs: with: app-id: ${{ secrets.AGORAPULSE_BOT_APP_ID }} private-key: ${{ secrets.AGORAPULSE_BOT_APP_PRIVATE_KEY }} + owner: ${{ github.repository_owner }} - uses: actions/checkout@v4 - name: Semantic Version id: version uses: ncipollo/semantic-version-action@v1 - name: Dispatch to ${{ matrix.repository }} - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ steps.app-token.outputs.token }} repository: ${{ matrix.repository }}