Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent 2518f3f commit b678bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

steps:
# - name: Checkout Repository
Expand All @@ -29,8 +31,6 @@ jobs:

- name: Debug NPM_AUTH_TOKEN
run: echo $NPM_AUTH_TOKEN
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

# - name: Install Dependencies
# run: npm install --no-save
Expand Down

0 comments on commit b678bb2

Please sign in to comment.