Skip to content

Commit b4abd0d

Browse files
authored
chore: Adding experimental tag (#104)
Adding experimental tag Signed-off-by: Todd Baert <[email protected]>
1 parent 47c4664 commit b4abd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/experimental-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
run: npm version prerelease --preid experimental-$GITHUB_SHA
4949

5050
- name: Publish
51-
run: npm publish --access public
51+
run: npm publish --tag experimental --access public
5252
env:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)