Skip to content

Commit 5d8dc70

Browse files
committed
fix: release workflow
1 parent 8305f48 commit 5d8dc70

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ jobs:
4141

4242
publish:
4343
needs: [release]
44-
runs-on: ubuntu-latest
45-
steps:
46-
- name: echo version
47-
run: echo "${{ needs.release.outputs.new_tag_version}}"
48-
# uses: ./.github/workflows/publish.yml
49-
# with:
50-
# version: ${{ needs.release.outputs.tag_version.outputs.new_tag_version }}
51-
# secrets: inherit
44+
uses: ./.github/workflows/publish.yml
45+
with:
46+
version: ${{ needs.release.outputs.new_tag_version}}
47+
secrets: inherit

0 commit comments

Comments
 (0)