diff --git a/README.md b/README.md index b7e0a55..a265981 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ jobs: - name: Publish to Open Store if: startsWith( github.ref, 'refs/tags/') env: - ARCH: ${{ matrix.arch }} OPENSTORE_KEY: ${{ secrets.OPENSTORE_KEY }} run: clickable publish "* $(git log -1 --pretty=%B | head -1)" --apikey ${OPENSTORE_KEY} ```