Skip to content

Commit 58a924b

Browse files
committed
fix(ci): fix dist-tag in publish workflow
1 parent b6cbae9 commit 58a924b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Publish
22
on:
33
workflow_call:
4-
permissions:
5-
id-token: write
4+
inputs:
5+
tag:
6+
type: string
7+
default: 'latest'
8+
description: 'The dist-tag to publish to'
69
jobs:
710
publish:
811
name: Publish

0 commit comments

Comments
 (0)