We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a07c2 commit 9b21c22Copy full SHA for 9b21c22
.github/workflows/tf-release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Determine app token for release
34
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
+ uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
35
id: app-token
36
with:
37
app-id: ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
@@ -97,7 +97,7 @@ jobs:
97
RUNNER_DEBUG: 1
98
99
# dry_run: true
100
- semantic_version: 24.2.8
+ semantic_version: 24.2.9
101
102
extra_plugins:
103
"@semantic-release/changelog@\
0 commit comments