mirror of
https://github.com/sasjs/adapter.git
synced 2026-07-23 22:55:28 +00:00
chore: more pipeline fixings
This commit is contained in:
@@ -53,7 +53,12 @@ jobs:
|
||||
run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish to npm with trusted publisher
|
||||
if: success()
|
||||
env:
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
run: npm publish --access public --provenance
|
||||
|
||||
- name: Send Matrix message
|
||||
run: curl -XPOST -d "{\"msgtype\":\"m.text\", \"body\":\"New version of @sasjs/adapter has been released! \n Please deploy and run 'dctests' with new adapter to make sure everything is still in place.\"}" https://matrix.4gl.io/_matrix/client/r0/rooms/!jRebyiGmHZlpfDwYXN:4gl.io/send/m.room.message?access_token=${{ secrets.MATRIX_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user