Skip to content

Commit

Permalink
V 1.2 Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Apr 29, 2020
1 parent 5ab8508 commit f2f8663
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### 1.2 - 29/04/2020
* Improved Runtime Speed
* Improved Logging

### 1.1 - 07/09/2019
* Added Option To Push Envato Item's Aseets Such as banner , icon & screenshots

### 1.0 - 23/08/2019
* First Release
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> **⚠️ Note:** To use this GitHub Action, you must have access to GitHub Actions. GitHub Actions are currently only available in public beta. You can [apply for Github Actions beta access here](https://github.com/features/actions).
<p align="center">
<img src="https://raw.githubusercontent.com/varunsridharan/action-envato-publisher/master/assets/logo.png" alt="Envato"/>
</p>
Expand Down Expand Up @@ -44,19 +42,19 @@ Push Source Code To Envato FTP By packing contents into a zipfile

## Example Workflow File
```yaml
name: Enavto Publisher
name: Envato Publisher

on:
push:
tags:
- "*"

jobs:
envatoftp:
Envato_Publisher:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Enavto Publisher
- name: Envato Publisher
- uses: varunsridharan/action-envato-publisher@master
with:
envato_username: ${{ secrets.envato_username }}
Expand All @@ -67,15 +65,6 @@ jobs:
---
## Change Log
### 1.1 [07/09/2019]
* Added Option To Push Envato Item's Aseets Such as banner , icon & screenshots
### 1.0 [23/08/2019]
* First Release
---
## Contribute
If you would like to help, please take a look at the list of
[issues][issues] or the [To Do](#-todo) checklist.
Expand Down

0 comments on commit f2f8663

Please sign in to comment.