Skip to content

Commit

Permalink
sdk release to current date tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pexcn committed Jun 24, 2024
1 parent 812b7d0 commit ff830f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
if: (github.event_name == 'push' && startsWith(github.event.head_commit.message, '[release] ')) || (github.event.inputs.upload_release == 1)
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
tag_name: ${{ env.RELEASE_TAG }}
files: openwrt/bin/targets/*/*/openwrt-sdk-*.tar.zst
2 changes: 1 addition & 1 deletion configs

0 comments on commit ff830f9

Please sign in to comment.