Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Aug 6, 2021
1 parent d59ebc3 commit 0a84773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
VERSION=weekly
PUSH=true
elif [[ $GITHUB_REF == refs/tags/* ]]; then
# VERSION=${GITHUB_REF#refs/tags/} # use Dnsmasq version instead
VERSION=$(cat .dnsmasq-version)
# VERSION=${GITHUB_REF#refs/tags/} # use getdns version instead
VERSION=$(cat .getdns-version)
elif [[ $GITHUB_REF == refs/heads/* ]]; then
VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')
if [ "${{ github.event.repository.default_branch }}" = "$VERSION" ]; then
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Stubby provides DNS Privacy by:

## Specification

- Project version: 1.2.0
- Project version: 1.2.1
- Getdns version: 1.7.0
- Docker image: [tschaffter/getdns-stubby]

Expand Down

0 comments on commit 0a84773

Please sign in to comment.