Skip to content

Commit

Permalink
Merge pull request #6 from jjw24/patch-1
Browse files Browse the repository at this point in the history
fix ci change master to main
  • Loading branch information
deefrawley authored Jun 19, 2021
2 parents 1fa4ec5 + af97e8d commit 85a9911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Release
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
paths-ignore:
- .github/workflows/*

Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
files: 'Flow.Launcher.Plugin.Currency.zip'
tag_name: "v${{steps.version.outputs.prop}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"Name": "Currency Converter",
"Description": "Currency converter using the euro and rates at https://www.ecb.europa.eu/",
"Author": "deefrawley",
"Version": "1.1.0",
"Version": "1.2.0",
"Language": "python",
"Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.Currency",
"IcoPath": "assets/favicon.ico",
"ExecuteFileName": "main.py"
}
}

0 comments on commit 85a9911

Please sign in to comment.