Skip to content

Commit

Permalink
fix(CICD): test gh cli release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Sep 6, 2024
1 parent 7469d1d commit 05ee81f
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 272 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,9 @@ jobs:
npm install
npm run package
shell: bash
- name: Create tag
run: |
git tag ${{ needs.semantic.outputs.version }}
git push origin ${{ needs.semantic.outputs.version }}
- name: Release
uses: ncipollo/release-action@v1
with:
prerelease: if [[ ${{ needs.semantic.outputs.version }} == *"rc"* ]]; then true; else false; fi
artifacts: release/${{ needs.semantic.outputs.version }}/vease-${{ needs.semantic.outputs.version }}.zip
tag: ${{ needs.semantic.outputs.version }}
- run: |
gh release upload v${{ needs.semantic.outputs.version }} release/${{ needs.semantic.outputs.version }}/vease-${{ needs.semantic.outputs.version }}.zip
merge:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 05ee81f

Please sign in to comment.