Skip to content

Commit

Permalink
test new github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 3, 2024
1 parent f4a7e10 commit 8f3a5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
NEW_DOCS_VERSION=$(jq -r '.version' version.json)
echo "NEW_DOCS_VERSION=NEW_DOCS_VERSION" >> $GITHUB_ENV
git add .
git commit -m "chore: publishing docs for version $NEW_DOCS_VERSION"
git commit -m "chore: publishing docs for version ${{ env.NEW_DOCS_VERSION }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.expediagroup</groupId>
<artifactId>rapid-sdk</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<name>EG Rapid SDK for Java</name>
<description>EG Rapid SDK v4.1.2</description>
<url>https://github.com/ExpediaGroup/rapid-java-sdk</url>
Expand Down

0 comments on commit 8f3a5a0

Please sign in to comment.