8000 fixup: Remove leftovers in release script · sourcegraph/scip-python@7ddc798 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ddc798

Browse files
committed
fixup: Remove leftovers in release script
1 parent 129a607 commit 7ddc798

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-lsif.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ jobs:
2121
npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
24-
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
25-
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
26-
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0