Skip to content

Commit

Permalink
readd "semver" to tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviiu committed Jan 11, 2025
1 parent 15cc19b commit 50e3e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get release metadata
id: get_release_metadata
run: |
echo "TAG_NAME=dev.${{github.run_number}}" >> "$GITHUB_ENV"
echo "TAG_NAME=$(node -e "console.log(require('./package.json').version)")-dev.${{github.run_number}}" >> "$GITHUB_ENV"
echo "RELEASE_TITLE=${{ inputs.name }}" >> "$GITHUB_ENV"
echo "RELEASE_NAME=dev.${{github.run_number}} - ${{ inputs.name }}" >> "$GITHUB_ENV"
echo "BODY_PATH=$(echo "$(pwd)/release-notes.md")" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 50e3e31

Please sign in to comment.