Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release datasync content store mongodb
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.7.0
with:
node-version: "18.x"
- name: Installing dependencies
run: npm install
- name: Build
run: npm run build-ts
- name: Publishing datasync content store mongodb
id: release-plugin
uses: JS-DevTools/npm-publish@v2.2.0
with:
token: ${{ secrets.NPM_TOKEN }}
- name: github-release
if: steps.release-plugin.outputs.version
id: github-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create v${{ steps.release-plugin.outputs.version }} --title "Release ${{ steps.release-plugin.outputs.version }}" --generate-notes
11 changes: 0 additions & 11 deletions .github/workflows/sast-scan.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ example/*

# Config files
jest.config.js
tsconfig.json
.jsbeautifyrc

dist/
56 changes: 0 additions & 56 deletions dist/config.js

This file was deleted.

52 changes: 0 additions & 52 deletions dist/connection.js

This file was deleted.

54 changes: 0 additions & 54 deletions dist/index.js

This file was deleted.

Loading