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 Sep 30, 2024
1 parent 8b8c642 commit 93f53b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
token: ${{ steps.app-token.outputs.token }}
# Note: special permissions for push to protected branch required
Expand Down Expand Up @@ -77,13 +77,13 @@ jobs:
EOF
- name: Install NodeJs
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20

- name: Release
id: release
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1
env:
# Permissions needed
# contents: write
Expand All @@ -97,7 +97,7 @@ jobs:
RUNNER_DEBUG: 1
with:
# dry_run: true
semantic_version: 24.1.1
semantic_version: 24.1.2

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

0 comments on commit 93f53b6

Please sign in to comment.