Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way to download the latest version of Pandoc #673

Closed
IndrajeetPatil opened this issue Dec 24, 2022 · 2 comments
Closed

Provide a way to download the latest version of Pandoc #673

IndrajeetPatil opened this issue Dec 24, 2022 · 2 comments

Comments

@IndrajeetPatil
Copy link
Contributor

IndrajeetPatil commented Dec 24, 2022

I prefer to always use the latest released version of Pandoc, and my current way of doing this is my hard-coding the version number.

      - uses: r-lib/actions/setup-pandoc@v2
        with:
          pandoc-version: "2.19.2"

But this is, of course, suboptimal since I manually need to keep updating the version number.

Instead, I was wondering if it would be possible to use some sentinel value, like the following (which currently doesn't work):

      - uses: r-lib/actions/setup-pandoc@v2
        with:
          pandoc-version: release

This is similar to how one can install the latest pre-release version of Quarto:

      - uses: quarto-dev/quarto-actions/setup@v2
        with:
          version: pre-release
@gaborcsardi
Copy link
Member

This is tracked at #469.

@github-actions
Copy link

github-actions bot commented Jan 8, 2023

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants