Skip to content

Commit 06a6e3a

Browse files
remove img links
1 parent 42a5767 commit 06a6e3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Because this package is currently privately published to the GitHub npm package
1616
* Provide a descriptive name in the "Note" field.
1717
* Set an expiration date if needed.
1818
* Choose the required scopes or permissions for the token. For installing the package, we will need "write:packages" (Upload packages to GitHub Package Registry), "read:packages" (Download packages from GitHub Package Registry) and "repo".
19-
![image.png](image.png)
19+
2020
5. **Generate and Save the Token**:
2121
* Click Generate token.
2222
* Optionally, copy the new token to your clipboard for immediate use. Make sure to save it securely, as you won’t be able to view it again.
@@ -113,7 +113,6 @@ git push && git push --tags
113113
Now the tag has been pushed, we can create a release on GitHub to trigger the GitHub Actions workflow defined in `.github/workflows/npm-publish-github-packages.yml`, which will handle the actual `npm publish` step to GitHub Packages.
114114
115115
Click on "create new release" from the repo homepage.
116-
![image.png](image.png)
117116
118117
Choose the target branch that you want to release (e.g. main).
119118

0 commit comments

Comments
 (0)