Skip to content

Commit

Permalink
Merge pull request #1 from Imagination-Media/feature/add-string-filter
Browse files Browse the repository at this point in the history
Support regex as before
  • Loading branch information
igor-imaginemage authored Mar 6, 2024
2 parents fddf93b + 03fdb29 commit ea98303
Show file tree
Hide file tree
Showing 5 changed files with 4,630 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release new version
on:
release:
types: [ created ]
jobs:
publish_docker_image:
name: Compile & Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com/'
scope: '@imagination-media'
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_ENV_KEY }}
- run: npm ci
- run: npm publish
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_modules
testServer
tmp
npm-debug.log
package-lock.json
.env
.tern-port
env-turing
Expand Down
Loading

0 comments on commit ea98303

Please sign in to comment.