Skip to content

Commit 0289b6b

Browse files
Remove step of publish.yaml
1 parent ed68c35 commit 0289b6b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
node-version: 16.x
2121
cache: 'yarn'
2222

23-
- name: Set package version from git tag
24-
run: |
25-
GIT_TAG=${{ github.ref_name }}
26-
VERSION="${GIT_TAG#v}"
27-
yarn workspace @deepnote/sql-parser version --new-version ${VERSION} --no-git-tag-version
28-
2923
- run: yarn install
3024
- run: yarn npm:prepublish
3125

0 commit comments

Comments
 (0)