File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments