Skip to content

Commit

Permalink
eastern-arabic/version/0.0.1-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Mar 11, 2024
1 parent 376313e commit e0693f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: fill package name
run: |
if [[ $TAG_NAME =~ ^eastern-arabic\/v.* ]]; then
PACKAGE_NAME="@numerals/eastern-arabic"
PACKAGE_NAME="eastern-arabic"
else
echo "❌ tag name: $TAG_NAME doesn't point to any publishable package"
exit 1
fi
echo "📦 Package name: $PACKAGE_NAME"
echo "📦 Package name: @numerals/$PACKAGE_NAME"
echo "PACKAGE_NAME=$PACKAGE_NAME" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- run: yarn test

- name: publish @numerals/eastern-arabic @next to npm
if: ${{ env.PACKAGE_NAME == '@numerals/eastern-arabic' }}
if: ${{ env.PACKAGE_NAME == 'eastern-arabic' }}
run: yarn workspace 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.0",
"version": "0.0.1-next.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit e0693f1

Please sign in to comment.