Skip to content

Commit

Permalink
Add semantic versioning to build automation
Browse files Browse the repository at this point in the history
  • Loading branch information
connorrein committed Jan 14, 2022
1 parent 4ff99b4 commit c7ce7fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build project

on:
push:
branches:
- main
tags:
- 'v*'

jobs:
buildForAllSupportedPlatforms:
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.run_number }}
release_name: Simulator v${{ github.run_number }}
tag_name: ${{ github.ref }}
release_name: Husky Robotics Simulator ${{ github.ref }}
- name: Download build artifacts
uses: actions/download-artifact@v2
- name: Zip build files
Expand Down

0 comments on commit c7ce7fa

Please sign in to comment.