diff --git a/.changeset/few-berries-tell.md b/.changeset/few-berries-tell.md new file mode 100644 index 0000000..9a88757 --- /dev/null +++ b/.changeset/few-berries-tell.md @@ -0,0 +1,5 @@ +--- +"pactup": patch +--- + +ci: publish main package as well diff --git a/.github/workflows/release_pactup.yml b/.github/workflows/release_pactup.yml index 6ed9831..8ce2877 100644 --- a/.github/workflows/release_pactup.yml +++ b/.github/workflows/release_pactup.yml @@ -43,7 +43,7 @@ jobs: if: needs.check.outputs.version_changed == 'true' env: version: ${{ needs.check.outputs.version }} - OXC_VERSION: ${{ needs.check.outputs.version }} + PACTUP_VERSION: ${{ needs.check.outputs.version }} strategy: matrix: include: @@ -168,6 +168,8 @@ jobs: npm publish $package/ --tag latest --provenance --access public echo '----' done + echo '---- publishing main package ----' + npm publish --tag latest --provenance --access public - name: Create GitHub Release uses: softprops/action-gh-release@v2 diff --git a/package.json b/package.json index 5ab73f9..1e646eb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,23 @@ { "name": "pactup", "version": "0.2.6", - "repository": "git@github.com:kadena-community/pactup.git", + "repository": { + "type": "git", + "url": "git@github.com:kadena-community/pactup.git" + }, "author": "Salama Ashoush ", "packageManager": "pnpm@9.1.2", "license": "GPLv3", "description": "Linter for the JavaScript Oxidation Compiler", - "keywords": [], + "keywords": [ + "pact", + "pact-lang", + "pactup", + "kadena", + "kda", + "kadena-community", + "smart-contracts" + ], "homepage": "https://github.com/kadena-community/pactup", "bugs": "https://github.com/kadena-community/pactup/issues", "bin": "bin/pactup",