Skip to content

Commit

Permalink
fix typo action
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerioB88 committed Nov 18, 2024
1 parent c0854d2 commit 7aa0586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Development
on:
workflow_dispatch:
push:
branches:
branches-ignore:
- main

jobs:
dev:
runs-on: ubuntu-latest-l
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest-l
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
permissions:
contents: write # to be able to publish a GitHub release
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
additional-packages: |
['@semantic-release/git', '@semantic-release/changelog']
env:
GITHUB_TOKEN: ${{ secrets.BLIBLA_SEMANTIC_RELEASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set environment variables
if: steps.semanticrelease.outputs.new-release-published == 'true'
Expand Down

0 comments on commit 7aa0586

Please sign in to comment.