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 Jan 10, 2025
1 parent 17b818c commit 9bfb3a1
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 @@ -31,7 +31,7 @@ jobs:

steps:
- name: Determine app token for release
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
RUNNER_DEBUG: 1
with:
# dry_run: true
semantic_version: 24.2.0
semantic_version: 24.2.1

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

0 comments on commit 9bfb3a1

Please sign in to comment.