Skip to content

Commit 8a9300d

Browse files
committed
create github releases with artifacts in relase workflow
1 parent 8d2e897 commit 8a9300d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
- run: npm publish --access public
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
24+
- uses: ncipollo/release-action@v1
25+
with:
26+
artifacts: "dist/amqp-websocket-client.mjs*"
27+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)