We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1bf13 commit ced5155Copy full SHA for ced5155
.github/workflows/nightly.yml
@@ -112,7 +112,7 @@ jobs:
112
continue-on-error: true
113
114
- name: Continuous Releaser
115
- uses: softprops/action-gh-release@v2.2.2
+ uses: softprops/action-gh-release@v2.3.4
116
with:
117
name: "Azahar Nightly ${{ env.APP_VERSION }}"
118
tag_name: "nightly"
.github/workflows/stable.yml
@@ -102,7 +102,7 @@ jobs:
102
echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
103
104
- name: Release Artifacts
105
106
107
name: "Azahar: ${{ env.VERSION }}"
108
tag_name: "${{ env.VERSION }}@${{ env.DATE }}"
0 commit comments