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 5d47618 commit 2eef354Copy full SHA for 2eef354
1 file changed
.github/workflows/publish-website.yml
@@ -31,7 +31,7 @@ jobs:
31
cache-dependency-path: "./website/package-lock.json"
32
- name: Generate trunkver
33
id: trunkver
34
- uses: crftd-tech/trunkver@main
+ uses: crftd-tech/trunkver@5d4761851d4286a4a724e20174264a2b9ce9f6c3 # main
35
- name: Bump version in package.json
36
run: npm pkg set "version=${{ steps.trunkver.outputs.trunkver }}"
37
0 commit comments