Skip to content

Commit

Permalink
FEAT: CI/CD Releases
Browse files Browse the repository at this point in the history
- added binaries workflow

Signed-off-by: Aternus <kiril@atern.us>
  • Loading branch information
Aternus committed Mar 20, 2024
1 parent a4c1848 commit 296745d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -67,7 +67,9 @@ jobs:
- name: 'NPM: install'
run: npm ci
- name: 'NPM: set version'
run: npm version ${{ github.ref_name }} --git-tag-version=false
run:
npm version ${{ github.event.release.tag_name }}
--git-tag-version=false
- name: 'Build API and CLI version'
run: npm run build:dist
- name: 'NPM: publish'
Expand Down

0 comments on commit 296745d

Please sign in to comment.