Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored Feb 20, 2024
1 parent 81f5b3c commit 251eb98
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:
name: Release
uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: actions-elixir
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
extra-files: |
docker-build/README.md
setup/README.md
README.md
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

- if: ${{ steps.release.outputs.release_created }}
name: Checkout
Expand Down

0 comments on commit 251eb98

Please sign in to comment.