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 463a323 commit f7fb8c4Copy full SHA for f7fb8c4
.github/workflows/tag.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
github-token: ${{ secrets.WEBLATE_CI_TOKEN }}
23
script: |
24
+ console.log(context);
25
const now = new Date;
26
const onejan = new Date(now.getFullYear(), 0, 1);
27
/* This is not a ISO-8601 week number but works well for versioning */
0 commit comments