diff --git a/README.md b/README.md index 8a82b83..09b1fb8 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,15 @@ to Hex.pm automatically. This is most useful when you tag your repository. jobs: publish: - runs-on: ubuntu-latest - steps: + name: Publish ${{ github.ref }} to Hex ${{ matrix.otp_version }} + runs-on: ${{ matrix.os }} + + strategy: + matrix: + otp_version: [24.0.5] + os: [ubuntu-latest] + + steps: - name: Check out uses: actions/checkout@v3