We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d9207 commit cff4ac1Copy full SHA for cff4ac1
.github/workflows/release.yaml
@@ -59,7 +59,3 @@ jobs:
59
npx lerna publish from-package --yes --dist-tag latest
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62
-
63
- - name: Get Version Tag
64
- id: get_tag
65
- run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
0 commit comments