Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kisimediaDE authored May 24, 2024
1 parent 6ac052e commit d5f1515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
id: version
with:
scheme: semver
release_branch: main

- name: Create version number file in release and update
run: |
echo ${{ steps.version.outputs.major-version }}.${{ steps.version.outputs.minor-version }}.${{ steps.version.outputs.patch-version }} > version
echo ${{ steps.version.outputs.version }} > version
- name: Zip Release
run: |
Expand Down

0 comments on commit d5f1515

Please sign in to comment.