Skip to content

Commit

Permalink
Make it explicit we use incremental versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemedeiros authored May 4, 2021
1 parent a4fb609 commit 7fae66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
run: |
git fetch --tags -q
echo $(jx-release-version) > VERSION
echo $(jx-release-version -next-version increment) > VERSION
- name: Set preview version
if: ${{ contains(github.head_ref, 'preview') }}
Expand Down

0 comments on commit 7fae66b

Please sign in to comment.