Skip to content

Commit ef37903

Browse files
committed
debug
1 parent 1e02ac5 commit ef37903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: python .github/workflows/lib/yaml_to_json.py resources/referers.yml referers.json
1616
- name: Get datetime
1717
id: datetime
18-
run: echo "{datetime}={$(date "+%Y-%m-%d-%H%M%S")}" >> $GITHUB_OUTPUT
18+
run: echo "datetime=$(date "+%Y-%m-%d-%H%M%S")" >> $GITHUB_OUTPUT
1919
- name: Tag
2020
run: git tag ${{ steps.datetime.outputs.datetime }} && git push --tags
2121
- name: Create GitHub release and attach referers.json

0 commit comments

Comments
 (0)