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 18292a4 commit 0b898e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ jobs:
- name: Output the changelog
run: cat release.md
- name: Bundle the module
# We create an empty file first, so that tar doesn't complain about the
# contents changing while it's running.
run: |
touch "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz"
tar \
--exclude='.git' \
--exclude='.gitignore' \
Expand Down

0 comments on commit 0b898e9

Please sign in to comment.