We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911920b commit 90ca7f4Copy full SHA for 90ca7f4
.github/workflows/release.yml
@@ -47,13 +47,9 @@ jobs:
47
48
- name: Publish final-decorator to npm
49
run: npm publish --workspace final-decorator --access public
50
- env:
51
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52
53
- name: Publish eslint-plugin-final to npm
54
run: npm publish --workspace eslint-plugin-final --access public
55
56
57
58
- name: Create GitHub Release
59
uses: softprops/action-gh-release@v2
0 commit comments