Skip to content

Commit

Permalink
Make the build create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Mar 8, 2021
1 parent b72d6cd commit d1a3063
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
# npm run changelog

- name: Release
uses: sondreb/action-release-download@master
uses: sondreb/action-release@master
with:
verbose: false
token: ${{ secrets.GITHUB_TOKEN }}
url: ${{ github.event.release.assets_url }}
#files: "action.js;README.md"
folder: "./test/"
draft: true
Expand All @@ -56,3 +55,18 @@ jobs:
#body: ${{outputs.changelog.}}
name: "Draft Release (Release ${{env.VERSION}})"
tag: v${{env.VERSION}}

# - name: Release
# uses: sondreb/action-release-download@master
# with:
# verbose: false
# token: ${{ secrets.GITHUB_TOKEN }}
# url: ${{ github.event.release.assets_url }}
# #files: "action.js;README.md"
# folder: "./test/"
# draft: true
# prerelease: true
# body: 'A little test - some updated text!'
# #body: ${{outputs.changelog.}}
# name: "Draft Release (Release ${{env.VERSION}})"
# tag: v${{env.VERSION}}

0 comments on commit d1a3063

Please # to comment.