Skip to content

Commit

Permalink
fix: running with multiple jobs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Mar 14, 2024
1 parent e4923c0 commit 340939d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
id-token: write

jobs:
Set Up:
Set_Up:
environment: ACTIONS_ENV
runs-on: ubuntu-latest

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ env.SKIP_RELEASE == 'false' }}
run: npm install -g semantic-release @semantic-release/changelog @semantic-release/github conventional-changelog-eslint conventional-changelog-conventionalcommits conventional-changelog-angular -D

Generate Release:
Generate_Release:
environment: ACTIONS_ENV
runs-on: ubuntu-latest

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
echo "$VER"
echo "RELEASE_VERSION=$(git tag | sort --version-sort | tail -n1 | tr -d 'v')" >> $GITHUB_ENV
Commit and Push:
Commit_and_Push:
environment: ACTIONS_ENV
runs-on: ubuntu-latest

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
Publish:
environment: ACTIONS_ENV
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 340939d

Please sign in to comment.