Skip to content

Commit

Permalink
fix: release workflow (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk authored Jun 29, 2024
1 parent a511d24 commit d35ccc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v3

- name: Setup Node.js environment
uses: actions/setup-node@v4

- uses: crazy-max/ghaction-import-gpg@v5
id: import_gpg
with:
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"package-lock.json",
"gradle.properties"
],
"message": "chore(release): release atala-automation v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): release atala-automation v${nextRelease.version}\n\n${nextRelease.notes}"
}
]
]
Expand All @@ -58,8 +58,5 @@
"@semantic-release/git": "^10.0.1",
"gradle-semantic-release-plugin": "^1.9.2",
"semantic-release": "^24.0.0"
},
"engines": {
"node": ">=21"
}
}

0 comments on commit d35ccc4

Please sign in to comment.