Skip to content

Commit

Permalink
Updated Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Jan 3, 2024
1 parent 3d8d47d commit 9b18325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/release-test.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ jobs:

# Defaults to the user or organization that owns the workflow file
scope: '@dennykorsukewitz'
- name: Run github.js - Update package.json with the updated name
run: node .github/workflows/release/github.js
- name: npm install
run: npm i
- name: npm clean-install
run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PAT }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b18325

Please sign in to comment.