Skip to content

Commit

Permalink
Merge pull request #77 from Commencis/bugfix/release-action
Browse files Browse the repository at this point in the history
fix: checkout action
  • Loading branch information
ymehmetcan authored Oct 11, 2024
2 parents 1ef7f1b + 0b7d6cf commit d5e56e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: action/checkout@v4
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit d5e56e6

Please sign in to comment.