Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github actions from 10up #3

Open
svandragt opened this issue Jun 7, 2020 · 1 comment
Open

github actions from 10up #3

svandragt opened this issue Jun 7, 2020 · 1 comment
Milestone

Comments

@svandragt
Copy link
Owner

svandragt commented Jun 7, 2020

see hide-trackbacks. This deploys to wordpress.org.

@svandragt svandragt added this to the 0.2 milestone Jun 7, 2020
@svandragt
Copy link
Owner Author

name: Deploy to WordPress.org
on:
  push:
    tags:
    - "*"
jobs:
  tag:
    name: New tag
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: WordPress Plugin Deploy
      uses: 10up/action-wordpress-plugin-deploy@master
      env:
        SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
        SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

@svandragt svandragt modified the milestones: 0.2 (Frozen), 1.0 Launch Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant