this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Possibly fix this tagging thing

+1 -1
+1 -1
.github/workflows/prodtag.yml
··· 12 12 - uses: actions/checkout@v4 13 13 with: 14 14 ref: production 15 - - run: git tag -a "'{date +%Y.%m.%d}.{git rev-parse --short HEAD}'" $(git rev-parse HEAD) 15 + - run: git tag "`date +%Y.%m.%d`.`git rev-parse --short HEAD`" $(git rev-parse HEAD) 16 16 - run: git push