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 697d54b commit b5f8bb8Copy full SHA for b5f8bb8
.github/workflows/release.yml
@@ -37,6 +37,7 @@ jobs:
37
runs-on: ubuntu-latest
38
outputs:
39
CLI_VERSION: ${{ steps.extract_cli_version.outputs.CLI_VERSION }}
40
+ TAG_NAME: ${{ steps.set_tag_name.outputs.TAG_NAME }}
41
steps:
42
- name: Checkout
43
uses: actions/checkout@v4
0 commit comments