Skip to content

Commit

Permalink
Merge pull request #2806 from atlanhq/remove-changelog-to-atlan
Browse files Browse the repository at this point in the history
fix: Remove changelog push to atlan repo
  • Loading branch information
ujala-singh committed Feb 1, 2024
2 parents 1b66066 + 4a1b14c commit 6ec9905
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,25 +92,3 @@ jobs:
tags: |
ghcr.io/atlanhq/${{ github.event.repository.name }}-${{ steps.get_branch.outputs.branch }}:latest
ghcr.io/atlanhq/${{ github.event.repository.name }}-${{ steps.get_branch.outputs.branch }}:${{ steps.get_version.outputs.version }}
- name: Check out into atlan repo
uses: actions/checkout@v2
with:
ref: lineageOnDemand
repository: atlanhq/atlan
token: ${{ secrets.my_pat }}

- name: Add Changelog
run: |
mkdir -p gitlog
echo "- ${{ github.event.head_commit.message }}">>gitlog/${{ github.event.repository.name }}.txt
chmod +x ./scripts/create_changelog.sh
./scripts/create_changelog.sh
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
branch: lineageOnDemand
author_name: atlan-ci
author_email: [email protected]
message: '${{ github.event.repository.name }}'
default_author: user_info
push: origin lineageOnDemand

0 comments on commit 6ec9905

Please sign in to comment.