We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8305f48 commit 5d8dc70Copy full SHA for 5d8dc70
1 file changed
.github/workflows/release.yml
@@ -41,11 +41,7 @@ jobs:
41
42
publish:
43
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
+ uses: ./.github/workflows/publish.yml
+ with:
+ version: ${{ needs.release.outputs.new_tag_version}}
+ secrets: inherit
0 commit comments