diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b0f0522..929b195 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -1,9 +1,9 @@ -name: Publish to npm +name: Publish to npm beta on: push: branches: - - 'dev' + - 'beta' jobs: build: runs-on: ubuntu-22.04 diff --git a/package.json b/package.json index c641c5b..a97ad7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codekon", - "version": "1.0.2", + "version": "1.0.3", "description": "Entirety of GDSC NITS project templates at your fingertips", "type": "module", "main": "dist/src/index.js",