Skip to content

Commit

Permalink
fix: chanelogging
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent 458b215 commit 5ae0138
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: foo
run: |
cat > bla << EOF
${{ secrets.BOT_ACCESS_TOKEN }}
EOF
cat bla
- uses: cycjimmy/semantic-release-action@v4
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 5ae0138

Please sign in to comment.