diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fef565..ee6cdec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: id: create_release uses: ncipollo/release-action@v1 with: - tag: ${{ github.ref }} - name: Release ${{ github.ref }} - assets: ./*.vsix + tag: ${{ github.ref_name }} + name: Release ${{ github.ref_name }} + artifacts: ./*.vsix draft: false prerelease: false \ No newline at end of file diff --git a/package.json b/package.json index c8cc3a5..52ba394 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "settings-organizer", "displayName": "Settings Organizer", "description": "Automatically organize and tidy up your VSCode settings.json file.", - "version": "0.0.5", + "version": "0.0.6", "publisher": "hyperoot", "publishConfig": { "registry": "https://npm.pkg.github.com/"