Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release workflow #20

Merged
merged 1 commit into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading