Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Jun 11, 2024
1 parent 5832028 commit 57ede9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/m2/settings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<servers>
<server>
<id>github</id>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# run: mvn --batch-mode release:perform
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set Version
run: mvn versions:set -DnewVersion=${{ github.event.inputs.version }} -B
# - name: Set Version
# run: mvn versions:set -DnewVersion=${{ github.event.inputs.version }} -B
- name: Deploy
run: mvn -s .github/workflows/m2/settings.xml deploy -DskipTests -B -X
env:
Expand Down

0 comments on commit 57ede9a

Please sign in to comment.