Skip to content

Commit

Permalink
Properly set permissions for GitHub Actions, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 3, 2025
1 parent 7ae02f8 commit 46abc4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
name: Publish to GitHub Packages
permissions:
contents: read
id-token: write
packages: write
needs: ci
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgarber/cashcash",
"version": "5.0.2",
"version": "5.0.3",
"description": "A very small DOM library inspired by jQuery.",
"keywords": [
"dom",
Expand Down

0 comments on commit 46abc4e

Please sign in to comment.