Skip to content

fix principal rewriting in IAM permissions(#16) #1

fix principal rewriting in IAM permissions(#16)

fix principal rewriting in IAM permissions(#16) #1

Workflow file for this run

name: Release NPM Package
on:
push:
branches:
- main # Change this to your default branch
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish