1
0
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:
Allan Bowe
2026-06-18 14:17:48 +00:00
parent fa67b5b447
commit 39e5386346
3 changed files with 165 additions and 4 deletions
+5
View File
@@ -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 }}