Skip to content

Commit

Permalink
chore: added missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Sep 7, 2023
1 parent bcd64dd commit fd1607f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: elixir
package-name: mongodb_driver
- uses: erlef/setup-beam@v1
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}
with:
otp-version: 25.0.3
elixir-version: 1.13.4
- run: mix do deps.get, deps.compile
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}
- run: mix hex.build
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}
- run: mix hex.publish --yes --replace
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit fd1607f

Please sign in to comment.