Skip to content

Commit

Permalink
release: make sure Github has all the right Git history for proper ve…
Browse files Browse the repository at this point in the history
…rsion info
  • Loading branch information
martinpaljak committed Oct 15, 2024
1 parent 976b3c7 commit db8b9f2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
on:
push:
branches:
- master
- next
- master
- next
tags:
- 'v*'
- 'v*'
pull_request:
branches:
- master
- master
name: Build robot
jobs:
build:
Expand All @@ -19,6 +19,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0 # To make git describe give the intended output
fetch-tags: true
- name: Setup java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit db8b9f2

Please sign in to comment.