Skip to content

Commit

Permalink
chore: docs (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirSa12 authored Nov 3, 2024
1 parent c251f34 commit b0003e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
with:
# In this example, the approver must have the write access
# to the repository to trigger the package preview.
require: 'write'
require: "write"

publish:
needs: check
Expand All @@ -233,6 +233,9 @@ jobs:
> Releasing approved pull requests is the recommended way of having continuous releases. This ensures users always install approved and safe packages.
> [!TIP]
> For any in-repo branch not yet opened as a pull request, if pkg.pr.new has already run on it, a `@branch-name` tag will link to the latest commit. <br/> Example: http://pkg.pr.new/vite@main

#### Avoid publishing on tags

```yml
Expand Down

0 comments on commit b0003e0

Please sign in to comment.