Skip to content

Commit f2bc1ea

Browse files
committed
OctoPi version trigger now works as well
1 parent 6c71d76 commit f2bc1ea

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/custopize.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,18 @@ jobs:
206206
}
207207
EOF
208208
209-
#- name: "🔖 Create release & attach assets"
210-
# uses: softprops/action-gh-release@v1
211-
# with:
212-
# name: "${{ env.RELEASE_NAME }}"
213-
# tag_name: "${{ env.RELEASE_TAG }}"
214-
# body: "${{ env.RELEASE_BODY }}"
215-
# prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
216-
# fail_on_unmatched_files: true
217-
# files: |
218-
# build/${{ env.IMAGE }}.zip
219-
# build/${{ env.IMAGE }}.zip.md5
220-
# build/${{ env.IMAGE }}.zip.sha256
221-
# build/rpi-imager.json
222-
# env:
223-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209+
- name: "🔖 Create release & attach assets"
210+
uses: softprops/action-gh-release@v1
211+
with:
212+
name: "${{ env.RELEASE_NAME }}"
213+
tag_name: "${{ env.RELEASE_TAG }}"
214+
body: "${{ env.RELEASE_BODY }}"
215+
prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
216+
fail_on_unmatched_files: true
217+
files: |
218+
build/${{ env.IMAGE }}.zip
219+
build/${{ env.IMAGE }}.zip.md5
220+
build/${{ env.IMAGE }}.zip.sha256
221+
build/rpi-imager.json
222+
env:
223+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)