We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a30b83 commit c1c930fCopy full SHA for c1c930f
2 files changed
.github/workflows/bump.yml
@@ -32,7 +32,10 @@ jobs:
32
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
33
34
- name: Install tomato-toml
35
- run: cargo install tomato-toml --locked
+ uses: baptiste0928/cargo-install@b687c656bda5733207e629b50a22bf68974a0305 # v3.3.2
36
+ with:
37
+ crate: tomato-toml
38
+ locked: true
39
40
- name: Calculate next version
41
id: version
.github/workflows/release.yml
@@ -56,3 +56,6 @@ jobs:
56
bump: patch
57
secrets:
58
PLOTNIK_PAT: ${{ secrets.PLOTNIK_PAT }}
59
+ permissions:
60
+ contents: write
61
+ pull-requests: write
0 commit comments