Skip to content

Commit

Permalink
GitHub Packages Publishing - reworked publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schlapkohl committed Mar 15, 2023
1 parent 4e5ea0a commit de291da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
publish-github-package:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "@oktarintentakel/jig",
"version" : "0.1.7-beta",
"version" : "0.1.8-beta",
"author" : "Sebastian Schlapkohl",
"license" : "MIT",
"repository" : {
Expand Down

0 comments on commit de291da

Please sign in to comment.