We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953ea70 commit dd4ccf7Copy full SHA for dd4ccf7
.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
with:
39
- tag_name: "${{steps.build.outputs.version}}"
40
- release_name: Release v1.0.0
+ tag_name: v1.2.0
+ release_name: Release v1.2.0
41
body: |
42
- This is the first release of the Auto Download Sorter.
+ updated the config handler
43
draft: false
44
prerelease: false
45
- name: Upload Release Asset
0 commit comments