Skip to content

Commit

Permalink
fix(ci): revert action version (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits committed Feb 12, 2024
1 parent 3eb6886 commit edb44a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
fetch-depth: 0
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v4
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

container-release:
name: Container Release
Expand Down

0 comments on commit edb44a9

Please sign in to comment.