Skip to content

Commit

Permalink
+changelog-ignore:
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Sep 19, 2024
1 parent 114f492 commit 78fb3fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: gitversion
uses: gittools/actions/gitversion/execute@v0
build:
name: push ${{ needs.determine-version.outputs.semVer }}
name: build ${{ needs.determine-version.outputs.semVer }}
runs-on: ubuntu-latest
needs: determine-version
env:
Expand Down Expand Up @@ -99,6 +99,7 @@ jobs:
needs:
- deploy
uses: ./.github/workflows/sync-readme.yml
secrets: inherit
permissions:
contents: write
pull-requests: write

0 comments on commit 78fb3fb

Please sign in to comment.