Skip to content

Commit

Permalink
Update npm-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vergilfromadyen authored Sep 5, 2024
1 parent 8e3be9d commit 75f990f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/npm-debug.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: NPM debug
name: Node.js Package

on:
workflow_dispatch:
release:
types: [published]

jobs:
publish-npm:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: |
npm whoami
- run: npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}

0 comments on commit 75f990f

Please sign in to comment.