Skip to content

Commit

Permalink
Change latest symlink creationg
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Oct 29, 2019
1 parent f07e03e commit d66df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd ../kogito-online
rm -rf ./editors/latest
ln -s ${{ steps.release-tag.outputs.tag }} latest
ln -s ./editors/${{ steps.release-tag.outputs.tag }} ./editors/latest
git config --global user.email "[email protected]"
git config --global user.name "kogito-tooling Bot (${{ github.actor }})"
git add . && git commit -m "Update editors/latest to ${{ steps.release-tag.outputs.tag }}" || echo "No changes."
Expand Down

0 comments on commit d66df7c

Please sign in to comment.