Skip to content

Commit

Permalink
OctoPi version trigger now works as well
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Aug 5, 2021
1 parent 6c71d76 commit f2bc1ea
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/custopize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,18 +206,18 @@ jobs:
}
EOF
#- name: "🔖 Create release & attach assets"
# uses: softprops/action-gh-release@v1
# with:
# name: "${{ env.RELEASE_NAME }}"
# tag_name: "${{ env.RELEASE_TAG }}"
# body: "${{ env.RELEASE_BODY }}"
# prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
# fail_on_unmatched_files: true
# files: |
# build/${{ env.IMAGE }}.zip
# build/${{ env.IMAGE }}.zip.md5
# build/${{ env.IMAGE }}.zip.sha256
# build/rpi-imager.json
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "🔖 Create release & attach assets"
uses: softprops/action-gh-release@v1
with:
name: "${{ env.RELEASE_NAME }}"
tag_name: "${{ env.RELEASE_TAG }}"
body: "${{ env.RELEASE_BODY }}"
prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
fail_on_unmatched_files: true
files: |
build/${{ env.IMAGE }}.zip
build/${{ env.IMAGE }}.zip.md5
build/${{ env.IMAGE }}.zip.sha256
build/rpi-imager.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f2bc1ea

Please sign in to comment.