Skip to content

Commit

Permalink
fixed CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
NivEz committed Jan 13, 2024
1 parent 275cc19 commit 3c17325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bump and Release
name: Bump and Publish
on:
push:
branches:
Expand Down Expand Up @@ -92,6 +92,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main

- name: Publish package to npm
id: publish
Expand Down

0 comments on commit 3c17325

Please sign in to comment.