Skip to content

Commit

Permalink
workflow artifacts test
Browse files Browse the repository at this point in the history
  • Loading branch information
joussy committed Jun 15, 2024
1 parent 1a5ae78 commit d536a83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,16 @@ jobs:
with:
name: frontend-artifact
path: server/src/public
<<<<<<< HEAD
- run: |
cd server
npm ci
=======
- name: Build backend
run: |
cd server
npm ci
>>>>>>> 056f8d2 (workflow artifacts test)
- run: npm version --no-git-tag-version ${{ github.ref_name }}
# - run: npm publish --allow-same-version
env:
Expand Down

0 comments on commit d536a83

Please sign in to comment.