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 1e02ac5 commit ef37903Copy full SHA for ef37903
.github/workflows/release.yml
@@ -15,7 +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: echo "{datetime}={$(date "+%Y-%m-%d-%H%M%S")}" >> $GITHUB_OUTPUT
+ run: echo "datetime=$(date "+%Y-%m-%d-%H%M%S")" >> $GITHUB_OUTPUT
19
- name: Tag
20
run: git tag ${{ steps.datetime.outputs.datetime }} && git push --tags
21
- name: Create GitHub release and attach referers.json
0 commit comments