Skip to content

Commit

Permalink
teste ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent 4fa8e22 commit e5ea342
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,23 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
- name: Instalar Dependências
run: npm ci

- name: Inicializa NPM
run: npm config set //registry.npmjs.org/:_authToken $NPM_AUTH_TOKEN
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Install Dependencies
run: npm install --no-save
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: '14'

- name: Release Package
run: npx release-it --ci --npm.authToken=${{ secrets.NPM_AUTH_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# - name: Install Dependencies
# run: npm install --no-save

# - name: Release Package
# run: npx release-it --ci --npm.authToken=${{ secrets.NPM_AUTH_TOKEN }}
# env:
# NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit e5ea342

Please sign in to comment.