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 11f1e8b commit 1e02ac5Copy full SHA for 1e02ac5
.github/workflows/release.yml
@@ -15,8 +15,7 @@ jobs:
15
run: python .github/workflows/lib/yaml_to_json.py resources/referers.yml referers.json
16
- name: Get datetime
17
id: datetime
18
- run: |
19
- echo "::set-output name=datetime::$(date "+%Y-%m-%d-%H%M%S")"
+ run: echo "{datetime}={$(date "+%Y-%m-%d-%H%M%S")}" >> $GITHUB_OUTPUT
20
- name: Tag
21
run: git tag ${{ steps.datetime.outputs.datetime }} && git push --tags
22
- name: Create GitHub release and attach referers.json
0 commit comments