diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c6e13f..ca9de88 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 @@ -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 }} 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.