Skip to content

Commit 479e343

Browse files
authored
chore: Release process updates. (#97)
1 parent 72e48c4 commit 479e343

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ runs:
1010
steps:
1111
- name: Publish Library
1212
shell: bash
13-
run: rebar3 hex publish
13+
run: rebar3 hex publish --yes
1414
# Do not publish a dry run.
1515
if: ${{ inputs.dry_run == 'false' }}

.github/workflows/release-please.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ jobs:
4444
- uses: ./.github/actions/build-docs
4545
if: ${{ steps.release.outputs.releases_created }}
4646

47-
- uses: ./.github/actions/publish-docs
48-
if: ${{ steps.release.outputs.releases_created }}
49-
with:
50-
token: ${{secrets.GITHUB_TOKEN}}
51-
5247
- uses: ./.github/actions/publish
5348
if: ${{ steps.release.outputs.releases_created }}
5449
with:
5550
dry_run: false
51+
52+
- uses: ./.github/actions/publish-docs
53+
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)