mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-07 00:48:58 +01:00
Update Build.yml
This commit is contained in:
parent
5792bcb6eb
commit
0702f918dd
7
.github/workflows/Build.yml
vendored
7
.github/workflows/Build.yml
vendored
@ -45,9 +45,10 @@ jobs:
|
||||
|
||||
- name: Tag release
|
||||
run: |
|
||||
VERSION_NAME="${VERSION} ${NAME}"
|
||||
git tag -a "v${VERSION}" -m "Release ${VERSION_NAME}" # Tag the release with version number and name
|
||||
git push origin "v${VERSION}" # Push the tag to GitHub
|
||||
$VERSION_NAME = "${env:VERSION} ${env:NAME}"
|
||||
git tag -a "v${env:VERSION}" -m "Release $VERSION_NAME" # Tag the release with version number and name
|
||||
git push origin "v${env:VERSION}" # Push the tag to GitHub
|
||||
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
Loading…
Reference in New Issue
Block a user