Skip to content

Commit

Permalink
0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Jan 25, 2025
1 parent 6281209 commit df1a1df
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
- develop

permissions:
id-token: write
packages: write

jobs:
publish:
name: Publish
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
- main

permissions:
id-token: write
packages: write

jobs:
publish:
name: Publish
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
required: true
type: string

permissions:
packages: write

jobs:
run:
name: Run
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: workflow_call

permissions:
id-token: write

jobs:
run:
name: Run
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: workflow_call

permissions:
contents: write

jobs:
run:
name: Run
Expand All @@ -8,6 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 0 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
permissions:
contents: write
id-token: write
packages: write

jobs:
publish:
Expand Down

0 comments on commit df1a1df

Please sign in to comment.