Skip to content

Commit

Permalink
Merge pull request #280 from allnnde/feature/workflow
Browse files Browse the repository at this point in the history
fix: add step
  • Loading branch information
allnnde authored Sep 24, 2024
2 parents 27f7e3d + d202871 commit c3595f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: versioning
steps:
- uses: actions/checkout@v2
# Create a zip file with all files required by the module to add to the release
- name: Create Artifact
if: ${{ needs.versioning.outputs.skipped == 'false' }}
Expand Down

0 comments on commit c3595f5

Please sign in to comment.