We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9413884 commit 448963cCopy full SHA for 448963c
1 file changed
.github/workflows/release.yml
@@ -136,10 +136,12 @@ jobs:
136
exit 1
137
fi
138
139
+ cd ..
140
rsync -av --delete ./com.checkmarx.eclipse.site/target/repository/ ./update-site/
141
+
142
+ cd update-site
143
git add .
144
git commit -m "Update Eclipse update site for ${{ env.GH_RELEASE_TAG_NAME }}" || echo "No changes to commit"
-
145
git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/CheckmarxDev/ast-eclipse-plugin-update-site.git
146
git push origin ${{ env.GH_BRANCH_NAME }}
147
0 commit comments