Skip to content

Commit

Permalink
release publish workflow (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Martinez <[email protected]>
  • Loading branch information
famarting authored Nov 26, 2024
1 parent 67de855 commit 9272caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
run: ./scripts/test-e2e.sh

publish:
needs: build
if: startswith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
# TODO environment?
Expand All @@ -62,9 +61,12 @@ jobs:
node-version: ${{ env.NODE_VER }}
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
- name: ⚙️ Install dependencies
run: npm install

- name: ✅ Run unit tests
run: npm test test/unit

- name: Build package
run: npm run build-ci

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9272caf

Please sign in to comment.