diff --git a/.github/workflows/deploy-to-wp-pronamic-directory.yml b/.github/workflows/deploy-to-wp-pronamic-directory.yml index d869378..7a1b6cf 100644 --- a/.github/workflows/deploy-to-wp-pronamic-directory.yml +++ b/.github/workflows/deploy-to-wp-pronamic-directory.yml @@ -4,13 +4,8 @@ on: workflow_dispatch: inputs: tag: - description: 'Tag to deploy to Pronamic WordPress directory' - required: true + description: 'Release tag to deploy' type: string - latest: - default: true - type: boolean - description: 'Deploy as "Latest"' release: types: [released] @@ -28,11 +23,8 @@ jobs: steps: - name: Deploy uses: pronamic/action-wp-pronamic-directory-plugin-deploy@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: username: ${{ vars.WP_PRONAMIC_DIRECTORY_USERNAME }} password: ${{ secrets.WP_PRONAMIC_DIRECTORY_PASSWORD }} slug: pronamic-pay-with-mollie-for-contact-form-7 tag: ${{ inputs.tag || github.event.release.tag_name }} - latest: ${{ inputs.latest || github.event.release.latest }}