Skip to content

Commit

Permalink
Merge pull request #7 from tekdi/revert-6-publish-workflow
Browse files Browse the repository at this point in the history
Revert "Issue #224544 feat: Enable GitHub Actions to publish NPM package"
  • Loading branch information
rajnishdargan authored Aug 8, 2024
2 parents 8bba753 + 6f73371 commit 7f4e394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI Build and Test Pipeline

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/publish-package.yml

This file was deleted.

5 changes: 1 addition & 4 deletions projects/quml-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tekdi/sunbird-quml-player",
"version": "9.0.0-beta.7",
"version": "8.0.0",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
Expand All @@ -17,9 +17,6 @@
"lodash-es": "^4.17.21",
"@project-sunbird/client-services": "5.1.2"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@project-sunbird/sunbird-player-sdk-v9": "6.0.5"
},
Expand Down

0 comments on commit 7f4e394

Please sign in to comment.