Skip to content

Commit

Permalink
Update deploy-to-wp-pronamic-directory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 22, 2024
1 parent d4cd11a commit 78f5688
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy-to-wp-pronamic-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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 }}

0 comments on commit 78f5688

Please sign in to comment.