Skip to content

Commit

Permalink
ci(github): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthy-dk committed Aug 21, 2024
1 parent e31f601 commit 5e04c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
workflow_dispatch:
branches:
- master
- github-workflow
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Latest Changes
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 5e04c1a

Please sign in to comment.