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 fe42ba1 commit d0825ec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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 @@ -35,4 +30,3 @@ jobs:
password: ${{ secrets.WP_PRONAMIC_DIRECTORY_PASSWORD }}
slug: pronamic-pay-with-rabo-smart-pay-for-woocommerce
tag: ${{ inputs.tag || github.event.release.tag_name }}
latest: ${{ inputs.latest || github.event.release.latest }}

0 comments on commit d0825ec

Please sign in to comment.