Skip to content

Commit

Permalink
fix github url, update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmondok committed Mar 10, 2020
1 parent 0fbce1e commit 4efb1e7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
filename: '${{ steps.get_repo_name.outputs.REPOSITORY_NAME }}.zip'
exclusions: '*.git*
/*node_modules/*
*.lock
exclusions: '.distignore
.DS_Store
.editorconfig
.editorconfig
.distignore
src
assets/src'
.idea
.npmrc
.stylelintrc.json
*.git*
*.lock
*.log
/*node_modules/*
assets/src
gulpfile.ts
gulppress*
npm-debug.log
phpcs.xml
src'
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: @davidmondok
Tags: fonts, performance
Requires at least: 4.5
Tested up to: 5.3
Stable tag: 0.3.1
Stable tag: 0.3.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
6 changes: 3 additions & 3 deletions woda-admin-options.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
/**
* Plugin Name: Woda Admin Options
* Plugin URI: https://github.com/wwwoda/woda-woda-admin-options
* Plugin URI: https://github.com/wwwoda/woda-admin-options
* Description: ...
* Version: 0.3.1
* Version: 0.3.2
* Author: Woda
* Author URI: https://www.woda.at
* License: GNU General Public License v2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Domain Path: /languages
* Text Domain: woda-admin-options
* GitHub Plugin URI: https://github.com/wwwoda/woda-woda-admin-options
* GitHub Plugin URI: https://github.com/wwwoda/woda-admin-options
* Release Asset: true
*
* @package Woda_Admin_Options
Expand Down

0 comments on commit 4efb1e7

Please sign in to comment.