Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Sep 10, 2023
1 parent 167c84e commit 2493987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git config user.email "805899926@qq.com"
openwrt_tag=${{ needs.setup.outputs.openwrt_tag }}
git tag ${openwrt_tag} --force
git push origin ${openwrt_tag} --force
git push https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY} ${openwrt_tag} --force
- name: Release file
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 2493987

Please sign in to comment.