Skip to content

Commit

Permalink
Merge pull request #10 from swisscom/feature/OCERED-7938-LIMA-Action-…
Browse files Browse the repository at this point in the history
…Runner-Ensure-that-ActionRunner-is-a-deployable-package

ci: try pushing manually
  • Loading branch information
sabberworm authored Oct 17, 2024
2 parents 29d343b + a261f88 commit e98b6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create Changelog and Tag
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.github_token }}
github-token: ''
preset: 'conventionalcommits'
output-file: 'docs/CHANGELOG.md'
skip-version-file: 'true'
Expand Down

0 comments on commit e98b6d5

Please sign in to comment.