Skip to content

Commit 5ba4a50

Browse files
authored
Remove release tag computation step from CI workflow
Removed step to compute release tag from package version.
1 parent b7da079 commit 5ba4a50

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ jobs:
105105
- uses: actions/checkout@v6
106106
with:
107107
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-
113108
- name: Create GitHub release with generated notes
114109
env:
115110
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)