Skip to content

Commit

Permalink
合并拉取请求 #10
Browse files Browse the repository at this point in the history
修改github action
  • Loading branch information
dcsmf authored Jul 17, 2024
2 parents b8ccc28 + 958a1ba commit b35b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
run: gh release upload v${{ steps.properties.outputs.pluginVersion }} ./build/distributions/*

# Create pull request
- name: Create Pull Request
Expand Down

0 comments on commit b35b593

Please sign in to comment.