Skip to content

Commit

Permalink
added SHA to release workflow too so docs are generated based on that…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
cesar roman committed Jan 31, 2024
1 parent 2e618f8 commit 732ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v3
with:
ref: master
ref: e9fbe5bd4a8aeb0a618487b3494e3f7f1f399a4d
token: ${{ secrets.CD_GITHUB_TOKEN }}

- name: Validate Gradle wrapper
Expand Down

0 comments on commit 732ad67

Please sign in to comment.