Skip to content

Commit 0a84773

Browse files
committed
Fix CI workflow
1 parent d59ebc3 commit 0a84773

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
VERSION=weekly
2929
PUSH=true
3030
elif [[ $GITHUB_REF == refs/tags/* ]]; then
31-
# VERSION=${GITHUB_REF#refs/tags/} # use Dnsmasq version instead
32-
VERSION=$(cat .dnsmasq-version)
31+
# VERSION=${GITHUB_REF#refs/tags/} # use getdns version instead
32+
VERSION=$(cat .getdns-version)
3333
elif [[ $GITHUB_REF == refs/heads/* ]]; then
3434
VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')
3535
if [ "${{ github.event.repository.default_branch }}" = "$VERSION" ]; then

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Stubby provides DNS Privacy by:
4848

4949
## Specification
5050

51-
- Project version: 1.2.0
51+
- Project version: 1.2.1
5252
- Getdns version: 1.7.0
5353
- Docker image: [tschaffter/getdns-stubby]
5454

0 commit comments

Comments
 (0)