Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarZab committed May 14, 2024
1 parent 88eaba9 commit 2b83c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
environment: v4
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20.13.1'
Expand Down
1 change: 0 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ echo "Publishing version: v$VERSION"

read -p "Press enter to continue"

# push the main branch and the tag created above
git push origin v4 "v$VERSION"

0 comments on commit 2b83c4a

Please sign in to comment.