We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748b01d commit 701acf0Copy full SHA for 701acf0
.github/workflows/publish.yml
@@ -12,11 +12,6 @@ jobs:
12
steps:
13
- name: Check out code
14
uses: actions/checkout@v2
15
- with:
16
- fetch-depth: 0
17
-
18
- - name: print git tags
19
- run: git tag --list
20
21
- name: Please build
22
run: ./pleasew build //...
scripts/pre-release.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
+git fetch --tags --force
5
version=$(git describe --always)
6
7
github_api_version="application/vnd.github.v3+json"
0 commit comments