Skip to content

Commit

Permalink
fix: make the package public
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Apr 8, 2024
1 parent f98e62c commit 429a496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build
run: nr build
- name: Preparing a release 🚀
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"type": "module",
"version": "1.0.2",
"private": false,
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]",
"description": "Utilities for working with week dates according ISO 8601 (ISO week date) and Hijri week calendars (Hijri week date) using Temporal.",
"author": "khawarizmus <[email protected]>",
Expand Down

0 comments on commit 429a496

Please sign in to comment.