Skip to content

Commit

Permalink
Merge pull request #48 from psibi/dependabot/github_actions/softprops…
Browse files Browse the repository at this point in the history
…/action-gh-release-2

chore(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
psibi authored Mar 11, 2024
2 parents 47d1dac + 60dd87a commit ba7abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cask emacs --batch -L . -L test -f batch-byte-compile $(cask files)
cask emacs --batch -L . -L test -l test/justl-test.el -f ert-run-tests-batch-and-exit
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true

0 comments on commit ba7abe4

Please sign in to comment.