Skip to content

Weather Station 3.8.13 #3

Weather Station 3.8.13

Weather Station 3.8.13 #3

name: New WordPress.org release
on:
release:
types: [published]
jobs:
tag:
name: New release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: jaz-on/wordpress-actions/dotorg-plugin-deploy@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLUG: live-weather-station
NAME: Weather Station
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}