Closed felixfontein closed 7 months ago
ok
Any indication when such a release could happen?
@peaceiris, any news?
Sorry to pile on... but any update?
Thanks all! Could you please try v4.0.0?
- uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0
Thanks all! Could you please try v4.0.0?
- uses: peaceiris/actions-gh-pages@v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public
https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0
@peaceiris Worked well for my use case, no issues with the update, the action ran as expected.
Thanks!
The v4.0.0
tag has been released and the v4
tag is also available now!
https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0
The
v4.0.0
tag has been released and thev4
tag is also available now!https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0
Thank you, the tag v4
worked for me.
Seems to work for me. Thanks!
Works like a charm. Thanks!
Checklist
Describe your proposal
Please create a new release that includes 4eb285e828117bca26638192c3ed309c622e7bad.
Describe the solution you'd like
The last release was in March 2023, and since them quite a few dependencies were bumped. It would be helpful if a new release gets created.
Describe alternatives you've considered
Referencing the commit directly, which is kind of ugly since it doesn't correspond to a version. (We reference versions by hash anyway, with the real version as a comment, and Dependabot updates that fine. But if you start referencing something else that doesn't have a version, Dependabot will likely no longer update the version comment, besides that comment either not being a version or being something else.)
Additional context
No response