Skip to content

Commit

Permalink
eastern-arabic/version/0.0.1-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Mar 11, 2024
1 parent e0693f1 commit f9f0eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:

- name: publish @numerals/eastern-arabic @next to npm
if: ${{ env.PACKAGE_NAME == 'eastern-arabic' }}
run: yarn workspace eastern-arabic npm publish --access public --tag next
run: yarn workspace @numerals/eastern-arabic npm publish --access public --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.EASTERN_ARABIC_PUBLISH_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion packages/eastern-arabic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@numerals/eastern-arabic",
"version": "0.0.1-next.1",
"version": "0.0.1-next.2",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit f9f0eaf

Please sign in to comment.