Skip to content

Commit

Permalink
Merge pull request #69 from 8base/PRODUCT-3088
Browse files Browse the repository at this point in the history
feat(file-picker): add aws-s3 picker
  • Loading branch information
Dav1nx1 authored Feb 22, 2024
2 parents 824fe66 + 5c6ec14 commit 2155f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publishbeta.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: publish_beta
name: publishbeta

on: workflow_dispatch

env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN_ORG: ${{ secrets.NPM_AUTH_TOKEN_ORG }}

jobs:
publish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,3 +29,5 @@ jobs:

- name: Publish
run: sh ./bin/publishbeta.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Empty file modified bin/publishbeta.sh
100644 → 100755
Empty file.

0 comments on commit 2155f2d

Please sign in to comment.