Skip to content

Commit

Permalink
Fixing the tagged-release pipeline for real this time. (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Schofield <[email protected]>
  • Loading branch information
gscho authored Oct 22, 2023
1 parent 1f7a7d0 commit 4c812d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ jobs:
- private-gems-test
- auth-test
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/download-artifact@v3
with:
name: gemfast-omnibus
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3

0 comments on commit 4c812d9

Please sign in to comment.