Skip to content

Commit

Permalink
ci: use self for calling semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 30, 2023
1 parent 755f0d4 commit d50c317
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,8 @@ jobs:
mix local.hex --force
mix do deps.get, deps.compile
- name: Use Node.js LTS
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version-file: ".tool-versions"

- name: Install packages
run: npm ci

- name: Audit npm signatures
run: npm audit signatures

- name: Run Semantic Release
run: npx semantic-release
run: mix semantic_release
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit d50c317

Please sign in to comment.