You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# name: "Last stable build on ${{ env.DATEOFTHETAG }}"
678
+
# body: |
679
+
# This automatic release is built from commit ${{ env.LAST_STABLE_COMMIT }} and authored by @${{ fromJson(steps.get_commit_author.outputs.data).author.login }}
680
+
# [Github Actions workflow run that built this release](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
667
681
668
-
# The action creates the release with an already existing tag (latest-xxxxx) so we use option skip_tag_creation: true
669
-
# We do this because we have already checkouted the wanted commit before
670
-
# Prerequisite: create the tag with command : git tag latest-YYYMMDD <commit id>; git push origin latest-YYYMMDD
name: "Last stable build on ${{ env.DATEOFTHETAG }}"
678
-
body: |
679
-
This automatic release is built from commit ${{ env.LAST_STABLE_COMMIT }} and authored by @${{ fromJson(steps.get_commit_author.outputs.data).author.login }}
680
-
[Github Actions workflow run that built this release](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
681
-
682
-
Commit message:
683
-
${{ env.LAST_STABLE_COMMIT_MESSAGE }}
684
-
685
-
Thank you for downloading OpenRadioss! We'd love to hear about your experience.
686
-
👉 [Share your feedback here](https://app.sli.do/event/uxEN5N2jZqeUHnqZEyqrcx)
687
-
688
-
files: |
689
-
${{ env.WORKDIR }}/todeliver/*
690
-
clear_attachments: true
691
-
skip_tag_creation: true
692
-
target_commit: ${{ env.LAST_STABLE_COMMIT }}
693
-
694
-
- name: Counter Download - Update/Add entries
695
-
working-directory: ${{ env.WORKDIR }}
696
-
run: |
697
-
cd /github_download_counter
698
-
github_download_count.py \
699
-
--git_api_url ${{ github.api_url }} \
700
-
--git_repo ${{ github.repository }} \
701
-
--git_user $SERVBOT_USER \
702
-
--git_token $SERVBOT_PAT \
703
-
--action update \
704
-
--tag_date ${{ env.DATEOFTHETAG }}
682
+
# Commit message:
683
+
# ${{ env.LAST_STABLE_COMMIT_MESSAGE }}
705
684
685
+
# Thank you for downloading OpenRadioss! We'd love to hear about your experience.
686
+
# 👉 [Share your feedback here](https://app.sli.do/event/uxEN5N2jZqeUHnqZEyqrcx)
706
687
707
-
- name: Clean old github release/tag if needed + clean Counter Download
0 commit comments