-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
help wantedExtra attention is neededExtra attention is neededneeds:documentationThis requires documentation.This requires documentation.type:enhancementNew feature or request.New feature or request.
Milestone
Description
Is your enhancement related to a problem? Please describe.
When developing a plugin on GitHub, it's not uncommon to tag pre-releases (like beta and release candidates). Those tags would also trigger a deployment on the plugin directory.
Describe the solution you'd like
The action currently runs on all tags. With a simple addition, which excludes all tags with a suffix (e.g. 2.0.0-beta, 2.0.0-RC1, etc.) such pre-release tags would not trigger the action.
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
- "!*-*"
...Additional context
This change can be done without chaning the files of the actions, it should only be added to the README of this repo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededneeds:documentationThis requires documentation.This requires documentation.type:enhancementNew feature or request.New feature or request.