Skip to content

Commit

Permalink
Pull request 297: Fix github releases
Browse files Browse the repository at this point in the history
Merge in GO/dnsproxy from fix-github-releases to master

Updates #362.

Squashed commit of the following:

commit d54456d
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Nov 7 16:10:09 2023 +0300

    all: fix release uploader version
  • Loading branch information
EugeneOne1 committed Nov 7, 2023
1 parent 254e5a8 commit bfbc90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
prerelease: false
- name: Upload
if: startsWith(github.ref, 'refs/tags/v')
uses: xresloader/upload-to-github-release@v1
uses: xresloader/upload-to-github-release@v1.3.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit bfbc90b

Please sign in to comment.