We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c253 commit e78b9e1Copy full SHA for e78b9e1
.github/workflows/semantic-release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/checkout@v4
42
with:
43
fetch-depth: 1
44
- - name: Release version ${{ steps.release.outputs.new_release_version }} on ${{ github.ref_name }}
+ - name: Release version ${{ needs.semantic.outputs.new_release_version }} on ${{ github.ref_name }}
45
run: gh workflow run version.yml --raw-field version=$VERSION --ref $BRANCH
46
env:
47
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments