Skip to content

Commit

Permalink
feat: new version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 19, 2023
1 parent 5f64600 commit 91078a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
run: npm run build

- name: Run semantic-release
run: npm run release
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload artifacts to GitHub Releases
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@12evgen/test-vercel",
"version": "1.44.0",
"version": "1.45.0",
"private": false,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 91078a7

Please sign in to comment.