Skip to content

Commit

Permalink
Remove step of publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejromancov committed Jun 17, 2024
1 parent ed68c35 commit 0289b6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
node-version: 16.x
cache: 'yarn'

- name: Set package version from git tag
run: |
GIT_TAG=${{ github.ref_name }}
VERSION="${GIT_TAG#v}"
yarn workspace @deepnote/sql-parser version --new-version ${VERSION} --no-git-tag-version
- run: yarn install
- run: yarn npm:prepublish

Expand Down

0 comments on commit 0289b6b

Please sign in to comment.