Skip to content

Commit

Permalink
Merge pull request #208 from ydernov/ydernov-patch-1
Browse files Browse the repository at this point in the history
Update publish-to-github-packages.yml
  • Loading branch information
ydernov authored Apr 29, 2024
2 parents 278d9af + d0445e8 commit c80b6cc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/publish-to-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,21 @@ jobs:
if: always()

- run: |
npm ci
# npm ci
# capture current name, then add owner name for scope
sed -i '' 's/"name": "\(.*\)"/"name": "@ydernov\/\1"/' package.json
npm i --package-lock-only
# npm i --package-lock-only
npm i
# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# if: always()
# with:
# name: artifacts
# path: ./*
# if-no-files-found: error
# retention-days: 1
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: artifacts
path: ./*
if-no-files-found: error
retention-days: 1


- run: npm run build
Expand Down

0 comments on commit c80b6cc

Please sign in to comment.