mirror of
https://github.com/flatulentfowl/docdrop.git
synced 2026-07-22 06:49:52 +00:00
Add tag_name to Create Release step in workflow
This commit is contained in:
parent
d2d4c2a236
commit
6a0ec94af5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -61,6 +61,7 @@ jobs:
|
|||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
files: |
|
||||
main.js
|
||||
styles.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue