Skip to content

Commit

Permalink
One single step to update version and publish on CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GPrimola committed Mar 2, 2024
1 parent 9ca0ebb commit 26e2937
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ jobs:
elixir-version: '1.8.2'
otp-version: '22.3.4.26'
version-type: 'strict'
- name: Cache Dependencies
uses: actions/cache@v4
with:
path: |
_build/prod/lib
deps
doc
mix.lock
key: ${{ runner.os }}-mix-prod-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: |
${{ runner.os }}-mix-prod-
- name: Update README.md and mix.exs
run: elixir ./scripts/update_version.exs
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 26e2937

Please sign in to comment.