Skip to content

Commit

Permalink
feat(process): test exporting the next-version in WrkFlw
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-lavazais committed Dec 18, 2023
1 parent 09d8683 commit b6e16a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
GH_TOKEN: ${{ secrets.CI_TOKEN }}
- name: log Next Version
run: |
echo git describe --tags --abbrev=0
echo $NEXT_VERSION
echo `git describe --tags --abbrev=0`

0 comments on commit b6e16a0

Please sign in to comment.