From db001ca5afbc97254d9d3dd90cdeb4a23a6b5ee7 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 24 Jul 2022 11:53:45 +0800 Subject: [PATCH 1/6] Add Winget Releaser workflow --- .github/workflows/winget.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/winget.yml diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml new file mode 100644 index 0000000..de516d8 --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,16 @@ +name: Publish to WinGet + +on: + release: + types: [released] + +jobs: + publish: + runs-on: windows-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@latest + with: + identifier: NotionRepackaged.NotionEnhanced + version-regex: '[\d.-]+' + installers-regex: 'Notion-Enhanced-Setup-*.exe$' + token: ${{ secrets.WINGET_TOKEN }} From 82c02a0a4c3592b2aae9009c1d61f551679923c5 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Thu, 29 Sep 2022 20:30:47 +0800 Subject: [PATCH 2/6] Update winget.yml --- .github/workflows/winget.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index de516d8..17fee63 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,9 +8,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@latest + - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: NotionRepackaged.NotionEnhanced - version-regex: '[\d.-]+' - installers-regex: 'Notion-Enhanced-Setup-*.exe$' token: ${{ secrets.WINGET_TOKEN }} From b2b095cee75d82ce16f00e9ba1795b8cc3b899f4 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Thu, 29 Sep 2022 20:33:16 +0800 Subject: [PATCH 3/6] Add Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9f30839 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From 4c08ff70c9c472cf77aa675dbf25cc2785aba922 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 12 Feb 2023 23:14:16 +0800 Subject: [PATCH 4/6] Bump `vedantmgoyal2009/winget-releaser` to `v2` --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 17fee63..5913731 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,7 +8,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: NotionRepackaged.NotionEnhanced token: ${{ secrets.WINGET_TOKEN }} From 6d58d0b435875ca8f2dcbe4de5587b1f0bb8abc4 Mon Sep 17 00:00:00 2001 From: sitiom Date: Wed, 7 Jun 2023 17:30:59 +0800 Subject: [PATCH 5/6] Update winget.yml --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 5913731..fa170f3 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,7 +6,7 @@ on: jobs: publish: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: From 24ca2a383929deacb677f37824a8d0dcf5a309e6 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 30 Jul 2024 17:50:56 +0800 Subject: [PATCH 6/6] Update winget.yml --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index fa170f3..ad771e8 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,7 +8,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v2 + - uses: vedantmgoyal9/winget-releaser@main with: identifier: NotionRepackaged.NotionEnhanced token: ${{ secrets.WINGET_TOKEN }}