Skip to content

Commit

Permalink
Fix bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Dec 13, 2023
1 parent b80409f commit bb5bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dasel
run: curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel && mv ./dasel /usr/local/bin/dasel
- name: Bump version overwriting libs.versions.toml
run: dasel put string -f gradle/libs.versions.toml ".versions.restate" "${{ github.event.inputs.version }}"
run: dasel -f gradle/libs.versions.toml put -t string -v "${{ github.event.inputs.version }}" ".versions.restate"
- name: Create version bump PR
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit bb5bbe5

Please sign in to comment.