diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 8d6327a..0ee8d1e 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.API_TOKEN_GITHUB }} @@ -20,7 +20,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - cache: yarn # Add the artifacts to include in the release - name: Set version to env @@ -29,7 +28,7 @@ jobs: - name: Update CHANGELOG.md id: changelog run: | - yarn add --dev auto-changelog + npm install auto-changelog npx auto-changelog - name: Detect branch to commit changelog @@ -64,4 +63,4 @@ jobs: repo_token: '${{ secrets.GITHUB_TOKEN }}' prerelease: false files: | - CHANGELOG.md \ No newline at end of file + CHANGELOG.md diff --git a/pyproject.toml b/pyproject.toml index e3a81c3..e9b1d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "payments-py" -version = "0.0.3" +version = "0.0.4" description = "" authors = ["enrique "] readme = "README.md"