Skip to content

Commit

Permalink
Merge remote-tracking branch 'ns0m/master' into allowed-app-dirs-exte…
Browse files Browse the repository at this point in the history
…rnal-sdcards
  • Loading branch information
ath0mas committed Aug 31, 2023
2 parents 5731347 + 60212b2 commit 28245e9
Show file tree
Hide file tree
Showing 15 changed files with 567 additions and 968 deletions.
137 changes: 0 additions & 137 deletions .github/workflows/android.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/chrome.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .github/workflows/ios.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/lint.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish NPM
on:
release:
types: [created]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Loading

0 comments on commit 28245e9

Please sign in to comment.