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 1725bb0 commit 80a03a5Copy full SHA for 80a03a5
.github/workflows/release.yml
@@ -16,7 +16,6 @@ jobs:
16
with:
17
repository: eltos/typst-packages
18
path: typst-packages
19
- token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
20
- name: Extract version
21
run: |
22
VERSION=$(awk -F'= *' '/^version/{gsub(/"/,"",$2);print $2}' accelerated-jacow/typst.toml)
0 commit comments