Skip to content

Commit

Permalink
Issue #224544 feat: Test workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Aug 8, 2024
1 parent 515d806 commit d9d99a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
steps:
- name: 📥 Checkout Code Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: 🔧 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@tekdi'

- name: Debug NPM Token Secret
run: |
Expand Down

0 comments on commit d9d99a2

Please sign in to comment.