Skip to content

Commit

Permalink
ci: publish main package as well
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 1af75db commit 3b53838
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-berries-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pactup": patch
---

ci: publish main package as well
4 changes: 3 additions & 1 deletion .github/workflows/release_pactup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"name": "pactup",
"version": "0.2.6",
"repository": "[email protected]:kadena-community/pactup.git",
"repository": {
"type": "git",
"url": "[email protected]:kadena-community/pactup.git"
},
"author": "Salama Ashoush <[email protected]>",
"packageManager": "[email protected]",
"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",
Expand Down

0 comments on commit 3b53838

Please sign in to comment.