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