Skip to content

Commit

Permalink
ci: add/update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Oct 24, 2024
1 parent bf6a713 commit 5d0d6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
# Note: special permissions for push to protected branch required
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
RUNNER_DEBUG: 1
with:
# dry_run: true
semantic_version: 24.1.2
semantic_version: 24.1.3

extra_plugins:
"@semantic-release/changelog@\
Expand Down

0 comments on commit 5d0d6c0

Please sign in to comment.