We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34055ff commit 976e8e9Copy full SHA for 976e8e9
1 file changed
.github/workflows/build-and-release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: sudo apt-get install build-essential epstool
24
25
- name: Install/Restore TeXLive Environment
26
- uses: teatimeguest/setup-texlive-action@v3
+ uses: FreeAndFair/setup-texlive-action@v3
27
with:
28
packages: |
29
scheme-full
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Update Release
38
if: ${{ github.ref_name == 'main' }}
39
- uses: notpeelz/action-gh-create-release@v5.0.1
+ uses: FreeAndFair/action-gh-create-release@v5.0.1
40
41
strategy: replace
42
tag: latest
0 commit comments