We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cce32 commit c8c76f1Copy full SHA for c8c76f1
.github/workflows/publish.yaml
@@ -5,9 +5,8 @@ on:
5
- "created" # triggered by Bump Version creating a release
6
workflow_dispatch:
7
jobs:
8
- typescript-ci:
9
- # TODO: update to released workflow
10
- uses: IronCoreLabs/workflows/.github/workflows/typescript-release.yaml@add-typescript-release
+ typescript-release:
+ uses: IronCoreLabs/workflows/.github/workflows/typescript-release.yaml@typescript-release-v1
11
with:
12
pre_publish_steps: "./build.js"
13
publish_working_directory: "dist"
0 commit comments