Skip to content

Commit

Permalink
fix: update gha workflows for automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Sep 7, 2022
1 parent 1c0bea9 commit e2b12b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
_build
deps
- name: Setup (Mix)
run: |
git config --global url."https://${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}:@github.com".insteadOf "https://github.com"
- if: steps.cache.outputs.cache-hit != 'true'
name: Install (Mix)
run: mix deps.get
Expand All @@ -53,5 +49,5 @@ jobs:

- name: Publish
run: mix hex.publish --yes
with:
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
release-type: elixir
package-name: activity_client
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
elixir-files: README.md
extra-files: README.md

0 comments on commit e2b12b3

Please sign in to comment.