Skip to content

Commit

Permalink
Merge pull request #1 from osdev0/dependabot/github_actions/trunk/sof…
Browse files Browse the repository at this point in the history
…tprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
mintsuki authored Sep 4, 2024
2 parents 0df52e1 + ca27c07 commit dc9b021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: git tag nightly-$TAG_DATE && git push --tags

- name: Create nightly release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Nightly Build ${{ env.TAG_DATE }}
tag_name: nightly-${{ env.TAG_DATE }}
Expand Down

0 comments on commit dc9b021

Please sign in to comment.