We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2d9a5 commit 98e4e0bCopy full SHA for 98e4e0b
1 file changed
.github/workflows/main.yml
@@ -68,6 +68,18 @@ jobs:
68
env:
69
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70
71
+
72
+ - name: package.json info
73
+ id: info
74
+ uses: jaywcjlove/github-action-package@main
75
+ with:
76
+ rename: etn
77
+ - run: npm publish --access public
78
+ continue-on-error: true
79
+ working-directory: core
80
+ env:
81
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
82
83
- name: Create Release
84
uses: ncipollo/release-action@v1
85
if: steps.create_tag.outputs.successful
0 commit comments