Skip to content

Commit

Permalink
fix release (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed Apr 19, 2023
1 parent 2a6d9af commit e18188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
url: https://github.com/NewFuture/DDNS/releases/tag/${{ github.ref_name }}
permissions:
contents: write
needs: [publish-docker, publish-pypi, build-binary, build-binary-windows]
needs: [publish-docker, publish-pypi, build-binary]
steps:
- uses: actions/checkout@v3
- run: sed -i -e "s#\${BUILD_VERSION}#${{ github.ref_name }}#" .release/README.md
Expand Down

0 comments on commit e18188d

Please sign in to comment.