Skip to content

Commit

Permalink
Merge pull request #3 from fantasycalendar/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…ncipollo/release-action-1.13.0

Bump ncipollo/release-action from 1.12.0 to 1.13.0
  • Loading branch information
Haxxer authored Jul 21, 2024
2 parents 42f95f8 + 3f3d74c commit fdd3e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Update Release with Files
if: "!github.event.release.prerelease"
id: create_version_release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true # Set this to false if you want to prevent updating existing releases
name: ${{ github.event.release.name }}
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Update Release with Files
if: "github.event.release.prerelease"
id: create_version_prerelease
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true # Set this to false if you want to prevent updating existing releases
name: ${{ github.event.release.name }}
Expand Down

0 comments on commit fdd3e6b

Please sign in to comment.