Skip to content

Commit

Permalink
chore: Release process updates. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Aug 25, 2023
1 parent 72e48c4 commit 479e343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ runs:
steps:
- name: Publish Library
shell: bash
run: rebar3 hex publish
run: rebar3 hex publish --yes
# Do not publish a dry run.
if: ${{ inputs.dry_run == 'false' }}
8 changes: 3 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ jobs:
- uses: ./.github/actions/build-docs
if: ${{ steps.release.outputs.releases_created }}

- uses: ./.github/actions/publish-docs
if: ${{ steps.release.outputs.releases_created }}
with:
token: ${{secrets.GITHUB_TOKEN}}

- uses: ./.github/actions/publish
if: ${{ steps.release.outputs.releases_created }}
with:
dry_run: false

- uses: ./.github/actions/publish-docs
if: ${{ steps.release.outputs.releases_created }}

0 comments on commit 479e343

Please sign in to comment.