Skip to content

Commit

Permalink
deps(internal): update softprops/action-gh-release action to v2.0.9 (#…
Browse files Browse the repository at this point in the history
…637)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 91afa66 commit 0fa2c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
if: github.repository == 'charleskorn/kaml' && github.ref == 'refs/heads/main' && github.event_name == 'push' && steps.get_tag.outputs.skip != 'true'

- name: Add artifacts to GitHub release
uses: softprops/[email protected].8
uses: softprops/[email protected].9
with:
tag_name: ${{ steps.get_tag.outputs.tag }}
files: build/release/*
Expand Down

0 comments on commit 0fa2c17

Please sign in to comment.