Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 10, 2024
1 parent 8c75063 commit 18292a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
--exclude='*.tar.gz' \
--exclude='release.md' \
--exclude='CODEOWNERS' \
czf "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz" \
-czf "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz" \
.
- name: Create release
uses: softprops/action-gh-release@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ terraform.rc

# Ignore release artifacts
release.md
/*.tar.gz

0 comments on commit 18292a4

Please sign in to comment.