Skip to content

Commit

Permalink
feat: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Mar 14, 2024
1 parent b037204 commit 67a9290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -64,4 +63,4 @@ jobs:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false
files: |
CHANGELOG.md
CHANGELOG.md
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "payments-py"
version = "0.0.3"
version = "0.0.4"
description = ""
authors = ["enrique <enrique@nevermined.io>"]
readme = "README.md"
Expand Down

0 comments on commit 67a9290

Please sign in to comment.