From e7917a193813bee553ea8081e67c67910fdf1b1a Mon Sep 17 00:00:00 2001 From: PAWAN JENU Date: Tue, 11 Jan 2022 09:32:28 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1f2d308..76ad4fa 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,6 @@ if User-1, activates his session in his device and at the same time you(User-2) How does this extension solve this issue? you get to choose the session(sub-account) you want to track your submissions, and this extension will make sure, its tracked inside your chosen session. -# Installation guide: -Please head over to: [Installation section](https://github.com/pawanjenu/LeetcodeSessionManager/wiki/Install-extension) - # Usage: * Please make sure that you are logged in to leetcode.com before using the extension. * On the first run, no session is chosen, so please click on the the drop down and select the desired session. From 18a56248e0cd681f38387a6f337aa89047e64aec Mon Sep 17 00:00:00 2001 From: PAWAN JENU Date: Tue, 11 Jan 2022 09:33:01 +0530 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c6e13f..08c05ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ on: jobs: # This workflow contains a single job called "build" build: - name: 'Build and release Zip' + name: 'Build and release Extension' # The type of runner that the job will run on runs-on: ubuntu-latest From aef9126012651da0031081699596726d191b4279 Mon Sep 17 00:00:00 2001 From: PAWAN JENU Date: Tue, 11 Jan 2022 16:43:34 +0530 Subject: [PATCH 3/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08c05ed..ca9de88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,5 +69,5 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' }} with: files: ./LeetcodeSessionManager*.zip - tag_name: v${{ github.run_number }} + tag_name: v${{ github.event.inputs.tag }} name: Release V${{ github.event.inputs.tag }}