Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 6, 2024
1 parent 7ec181e commit c322744
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
@@ -1,5 +1,8 @@
name: Publish package to npm

permissions:
contents: read

on:
workflow_dispatch:
inputs:
Expand All @@ -23,6 +26,8 @@ jobs:
contents: write
id-token: write

environment: release

outputs:
version: ${{ steps.bump.outputs.version }}

Expand Down

0 comments on commit c322744

Please sign in to comment.