Skip to content

Commit

Permalink
Merge pull request #6 from EnviroDIY/dependabot/github_actions/softpr…
Browse files Browse the repository at this point in the history
…ops/action-gh-release-2.0.9

ci: bump softprops/action-gh-release from 2.0.8 to 2.0.9
  • Loading branch information
SRGDamia1 authored Nov 14, 2024
2 parents 89f28d2 + 3849814 commit 9cb9761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
# Create a new release with zipped dependencies
- name: Create Release with Assets
id: create_release_with_zip
uses: softprops/[email protected].8
uses: softprops/[email protected].9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
# Create a new release with no zip
- name: Create Simple Release
id: create_bare_release
uses: softprops/[email protected].8
uses: softprops/[email protected].9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 9cb9761

Please sign in to comment.