Skip to content

Commit c8c76f1

Browse files
authored
Switch to released typescript-release workflow (#122)
1 parent b7cce32 commit c8c76f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ on:
55
- "created" # triggered by Bump Version creating a release
66
workflow_dispatch:
77
jobs:
8-
typescript-ci:
9-
# TODO: update to released workflow
10-
uses: IronCoreLabs/workflows/.github/workflows/typescript-release.yaml@add-typescript-release
8+
typescript-release:
9+
uses: IronCoreLabs/workflows/.github/workflows/typescript-release.yaml@typescript-release-v1
1110
with:
1211
pre_publish_steps: "./build.js"
1312
publish_working_directory: "dist"

0 commit comments

Comments
 (0)