Skip to content

Commit

Permalink
ci: pin semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Sep 5, 2023
1 parent 24c33c8 commit 6953626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}'"

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v3.4.1
id: semantic # Need an `id` for output variables
with:
semantic_version: 18
# You can specify specifying version range for the extra plugins if you prefer.
extra_plugins: |
@semantic-release/changelog
Expand Down

0 comments on commit 6953626

Please sign in to comment.