Skip to content

Commit

Permalink
Fix and verify create-release (#1133)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza authored Sep 19, 2024
1 parent 2ae7c34 commit ccb4141
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
create-release:
name: Creates release branch and tag
runs-on: ubuntu-latest
env:
JDK_VER: 17
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -34,6 +36,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install pcre2-utils
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: ${{ env.JDK_VER }}
- name: Create release branch and tag
env:
GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }}
Expand Down

0 comments on commit ccb4141

Please sign in to comment.