Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Apr 29, 2024
1 parent c34abf6 commit ef8bca0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Copy secrets to gradle.properties
run: |
Expand All @@ -31,6 +31,14 @@ jobs:
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUB_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUB_SEC }}

- name: Set up node
uses: actions/setup-node@v4
with:
node-version: '14'

- name: Install conventionalcommits
run: npm i -D conventional-changelog-conventionalcommits

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4.1.0
Expand Down

0 comments on commit ef8bca0

Please sign in to comment.