diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48c21673..bb2daaf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Verify version matches release tag - run: bin/check-version + run: bin/check-version ${{ github.event.release.tag_name }} - name: WordPress Plugin Deploy id: deploy uses: tinify/action-wordpress-plugin-deploy@stable