We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7da079 commit 5ba4a50Copy full SHA for 5ba4a50
1 file changed
.github/workflows/ci.yml
@@ -105,11 +105,6 @@ jobs:
105
- uses: actions/checkout@v6
106
with:
107
fetch-depth: 0
108
-
109
- - name: Compute release tag from package version
110
- id: release_tag
111
- run: echo "tag=v$(node -p \"require('./package.json').version\")" >> "$GITHUB_OUTPUT"
112
113
- name: Create GitHub release with generated notes
114
env:
115
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments