Skip to content

Commit 8cda1a5

Browse files
authored
Update release.yml
1 parent 7967cf2 commit 8cda1a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# - 'v*'
77

88
jobs:
9-
compile:
9+
push-to-eltos-typst-packages:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
@@ -34,4 +34,5 @@ jobs:
3434
git config user.email "[email protected]"
3535
git add packages/preview/accelerated-jacow/$VERSION/
3636
git commit -m "accelerated-jacow:$VERSION"
37+
git config push.autoSetupRemote true
3738
git push

0 commit comments

Comments
 (0)