mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
When describing the current commit, exclude the Dev tag (#226)
* When describing the current release, exclude the Dev tag * Only run the release task on non-dev tags (i.e. real release tags)
This commit is contained in:
committed by
GitHub
parent
69d2499e1a
commit
2330b72451
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -7,8 +7,6 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
@@ -208,7 +206,7 @@ jobs:
|
||||
./gradlew spotlessCheck
|
||||
|
||||
release:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
needs: [build-package]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user