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 1de76ee commit f3e75adCopy full SHA for f3e75ad
‎.github/workflows/docs.yaml‎
@@ -9,6 +9,7 @@ on:
9
#- published
10
## stable release only
11
- released
12
+run-name: "📚 Release docs ${{ github.event.release.tag_name }}"
13
jobs:
14
publish-docs:
15
runs-on: ubuntu-latest
‎.github/workflows/tag_latest.yaml‎
@@ -5,6 +5,7 @@ on:
5
types:
6
7
8
+run-name: "🔖 Tag ${{ github.event.release.tag_name }} as 'latest'"
tag-latest:
0 commit comments