diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f69a4b1 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,23 @@ + +name: CI + +on: + push: + tags: + - "*" + +jobs: + tag: + name: Release + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: Build + run: | + echo "No actions, this plugin is simple" + - name: WordPress Plugin Deploy + uses: 10up/action-wordpress-plugin-deploy@master + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SLUG: cd2-fullstory-integration \ No newline at end of file