Skip to content

Commit

Permalink
fix(release): Add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Apr 30, 2024
1 parent 10d490d commit b74a078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
if: github.ref == 'refs/heads/master' # especificar rama principal
uses: actions/setup-node@v4
with:
version-type: strict
node-version-file: '.nvmrc'
- name: Set up Semantic Release
if: github.ref == 'refs/heads/master' # especificar rama principal
Expand All @@ -39,9 +38,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_P_A_TOKEN }} # debe crear un Personal Access Token
# Elixir
- name: Set up Elixir
uses: erlef/setup-beam@v1
uses: erlef/setup-beam@v1.17.1
with:
version-file: .tool-versions
version-type: strict
version-file: ".tool-versions"
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
token: ${{ steps.generate_token.outputs.token }}
- name: Set up Elixir
uses: erlef/setup-beam@v1
uses: erlef/setup-beam@v1.17.1
with:
version-type: strict
version-file: .tool-versions
version-file: ".tool-versions"
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b74a078

Please sign in to comment.