We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e197b1 commit 6a43fb9Copy full SHA for 6a43fb9
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
run: npm ci
45
- name: Set project name
46
run: echo "SEMANTIC_RELEASE_PACKAGE=$(jq -r '.name' package.json)" >> $GITHUB_ENV
47
- - name: Release
+ - name: Release to github registry
48
run: npx semantic-release
49
env:
50
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments